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

Method Add

test/mock/mock.go:116–118  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

114}
115
116func (Env) Add(a, b int) int {
117 return a + b
118}
119
120func (Env) StringerStringEqual(f fmt.Stringer, s string) bool {
121 return f.String() == s

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected