MCPcopy Create free account
hub / github.com/cel-expr/cel-go / newGroup

Function newGroup

checker/scopes.go:167–172  ·  view source on GitHub ↗

newGroup creates a new Group with empty maps for identifiers and functions.

()

Source from the content-addressed store, hash-verified

165
166// newGroup creates a new Group with empty maps for identifiers and functions.
167func newGroup() *Group {
168 return &Group{
169 idents: make(map[string]*decls.VariableDecl),
170 functions: make(map[string]*decls.FunctionDecl),
171 }
172}

Callers 2

newScopesFunction · 0.85
PushMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected