MCPcopy Index your code
hub / github.com/expr-lang/expr / Check

Method Check

conf/config.go:88–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86
87type Checker interface {
88 Check()
89}
90
91func (c *Config) Check() {

Callers 11

CompileFunction · 0.65
TestCheckFunction · 0.65
TestCheck_errorFunction · 0.65
TestCheck_TypeWeightsFunction · 0.65
TestCheck_env_keywordFunction · 0.65
TestCheck_typesFunction · 0.65
CheckFunction · 0.65
BenchmarkVMFunction · 0.65

Implementers 3

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

Calls

no outgoing calls

Tested by 9

TestCheckFunction · 0.52
TestCheck_errorFunction · 0.52
TestCheck_TypeWeightsFunction · 0.52
TestCheck_env_keywordFunction · 0.52
TestCheck_typesFunction · 0.52
BenchmarkVMFunction · 0.52