Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
type
FooImpl
struct
{}
17
18
func
(f FooImpl) Foo() Bar {
19
return
BarImpl{}
20
}
21
22
type
BarImpl
struct
{}
23
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected