MCPcopy
hub / github.com/expr-lang/expr / Checker

Struct Checker

checker/checker.go:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53type Checker struct {
54 config *conf.Config
55 predicateScopes []predicateScope
56 varScopes []varScope
57 err *file.Error
58 needsReset bool
59}
60
61type predicateScope struct {
62 collection Nature

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected