MCPcopy 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
328type CallFoo struct {
329 D int
330 E int
331 F int
332}
333
334func (CallFoo) Method() string {
335 return "method"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected