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

Function Check

checker/checker.go:49–51  ·  view source on GitHub ↗

Check calls Check on a disposable Checker.

(tree *parser.Tree, config *conf.Config)

Source from the content-addressed store, hash-verified

47
48// Check calls Check on a disposable Checker.
49func Check(tree *parser.Tree, config *conf.Config) (reflect.Type, error) {
50 return new(Checker).Check(tree, config)
51}
52
53type Checker struct {
54 config *conf.Config

Calls 1

CheckMethod · 0.65

Used in the wild real call sites across dependent graphs

searching dependent graphs…