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

Method Add

test/issues/688/issue_test.go:17–19  ·  view source on GitHub ↗
(a int, b *int)

Source from the content-addressed store, hash-verified

15}
16
17func (*FooImpl) Add(a int, b *int) int {
18 return 0
19}
20
21type Env struct {
22 Foo Foo `expr:"foo"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected