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

Struct CallEnv

bench_test.go:315–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315type CallEnv struct {
316 A int
317 B int
318 C int
319 Fn func() bool
320 FnFast func(...any) any
321 Foo CallFoo
322}
323
324func (CallEnv) Func() string {
325 return "func"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected