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

Method Foo

test/interface/interface_method_test.go:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16type FooImpl struct{}
17
18func (f FooImpl) Foo() Bar {
19 return BarImpl{}
20}
21
22type BarImpl struct{}
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected