Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/expr-lang/expr
/ myInt
Struct
myInt
patcher/value/value_example_test.go:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
)
10
11
type
myInt
struct
{
12
Int int
13
}
14
15
func
(v *myInt) AsInt() int {
16
return
v.Int
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected