Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expr-lang/expr
/ Bar
Method
Bar
test/interface/interface_method_test.go:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
func
(b BarImpl) Bar() int {
32
return
42
33
}
34
35
func
TestInterfaceMethod(t *testing.T) {
36
require.True(t, BarImpl{}.Aba())
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected