MCPcopy Create free account
hub / github.com/expr-lang/expr / Method

Method Method

bench_test.go:334–336  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

332}
333
334func (CallFoo) Method() string {
335 return "method"
336}
337
338func Benchmark_callFunc(b *testing.B) {
339 program, err := expr.Compile(`Func()`, expr.Env(CallEnv{}))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected