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

Function newGroup

checker/scopes.go:146–151  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

144
145// newGroup creates a new Group with empty maps for identifiers and functions.
146func newGroup() *Group {
147 return &Group{
148 idents: make(map[string]*decls.VariableDecl),
149 functions: make(map[string]*decls.FunctionDecl),
150 }
151}

Callers 3

newScopesFunction · 0.85
PushMethod · 0.85
PushInheritedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected