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

Interface Checker

conf/config.go:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87type Checker interface {
88 Check()
89}
90
91func (c *Config) Check() {
92 for _, v := range c.Visitors {

Callers 57

CompileFunction · 0.65
TestCheckFunction · 0.65
TestCheck_errorFunction · 0.65
TestCheck_TypeWeightsFunction · 0.65
TestCheck_env_keywordFunction · 0.65
ParseCheckFunction · 0.80
TestIssue844Function · 0.80
PatchAndCheckMethod · 0.95
runVisitorsMethod · 0.95

Implementers 3

Configconf/config.go
Checkerchecker/checker.go
OperatorOverloadingpatcher/operator_override.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…