MCPcopy 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
112func (p Env) GetInt() int {
113 return p.Int
114}
115
116func (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