Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/expr-lang/expr
/ CallFoo
Struct
CallFoo
bench_test.go:328–332 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
326
}
327
328
type
CallFoo
struct
{
329
D int
330
E int
331
F int
332
}
333
334
func
(CallFoo) Method() string {
335
return
"method"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected