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

Method AsAny

patcher/value/value_example_test.go:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19func (v *myInt) AsAny() any {
20 return v.Int
21}
22
23func ExampleAnyValuer() {
24 env := make(map[string]any)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected