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

Method AFunc

compiler/compiler_test.go:43–45  ·  view source on GitHub ↗

AFunc is a method what goes before Func in the alphabet.

()

Source from the content-addressed store, hash-verified

41
42// AFunc is a method what goes before Func in the alphabet.
43func (e Env) AFunc() int {
44 return 0
45}
46
47func (e Env) Func() B {
48 return B{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected