MCPcopy
hub / github.com/expr-lang/expr / Foo

Interface Foo

test/issues/688/issue_test.go:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type Foo interface {
11 Add(a int, b *int) int
12}
13
14type FooImpl struct {
15}

Callers 8

TestExprFunction · 0.65
mainFunction · 0.65
FuzzExprFunction · 0.65
TestWithinDurationFunction · 0.65
TestWithinRangeFunction · 0.65

Implementers 3

FooImpltest/issues/688/issue_test.go
Envtest/mock/mock.go
Blogtest/playground/env.go

Calls

no outgoing calls

Tested by

no test coverage detected