MCPcopy Create free account
hub / github.com/expr-lang/expr / AsAny

Method AsAny

patcher/value/value_test.go:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func (v *customInt) AsAny() any {
21 return v.Int
22}
23
24type customTypedInt struct {
25 Int int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected