Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
87
type
Checker
interface
{
88
Check()
89
}
90
91
func
(c *Config) Check() {
92
for
_, v :=
range
c.Visitors {
Callers
57
Compile
Function · 0.65
TestCheck
Function · 0.65
TestCheck_error
Function · 0.65
TestCheck_TypeWeights
Function · 0.65
TestCheck_Function_types_are_checked
Function · 0.65
TestCheck_do_not_override_params_for_functions
Function · 0.65
TestCheck_env_keyword
Function · 0.65
TestCheck_builtin_without_call
Function · 0.65
ParseCheck
Function · 0.80
TestIssue844
Function · 0.80
PatchAndCheck
Method · 0.95
runVisitors
Method · 0.95
Implementers
3
Config
conf/config.go
Checker
checker/checker.go
OperatorOverloading
patcher/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…