Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
func
(v *myInt) AsAny() any {
20
return
v.Int
21
}
22
23
func
ExampleAnyValuer() {
24
env := make(
map
[string]any)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected