Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expr-lang/expr
/ Bar
Interface
Bar
test/interface/interface_method_test.go:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
)
11
12
type
Bar
interface
{
13
Bar() int
14
}
15
16
type
FooImpl
struct
{}
17
Callers
2
TestInterfaceMethod
Function · 0.65
TestDeref_ignore_func_args
Function · 0.65
Implementers
2
BarImpl
test/interface/interface_method_test.g
Program
test/operator/issues584/issues584_test
Calls
no outgoing calls
Tested by
no test coverage detected