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

Method MacroCalls

cel/optimizer.go:316–318  ·  view source on GitHub ↗

MacroCalls returns the map of macro calls currently in the context.

()

Source from the content-addressed store, hash-verified

314
315// MacroCalls returns the map of macro calls currently in the context.
316func (opt *optimizerExprFactory) MacroCalls() map[int64]ast.Expr {
317 return opt.sourceInfo.MacroCalls()
318}
319
320// NewBindMacro creates an AST expression representing the expanded bind() macro, and a macro expression
321// representing the unexpanded call signature to be inserted into the source info macro call metadata.

Callers 7

ResidualAstMethod · 0.45
OptimizeMethod · 0.45
normalizeIDsFunction · 0.45
cleanupMacroRefsFunction · 0.45
CopyASTAndMetadataMethod · 0.45
UpdateExprMethod · 0.45

Calls

no outgoing calls

Tested by 2

OptimizeMethod · 0.36