Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expr-lang/expr
/ GetInt
Method
GetInt
test/mock/mock.go:112–114 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
110
}
111
112
func
(p Env) GetInt() int {
113
return
p.Int
114
}
115
116
func
(Env) Add(a, b int) int {
117
return
a + b
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected