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

Method ClearMacroCall

cel/optimizer.go:305–307  ·  view source on GitHub ↗

ClearMacroCall clears the macro at the given expression id.

(id int64)

Source from the content-addressed store, hash-verified

303
304// ClearMacroCall clears the macro at the given expression id.
305func (opt *optimizerExprFactory) ClearMacroCall(id int64) {
306 opt.sourceInfo.ClearMacroCall(id)
307}
308
309// SetMacroCall sets the macro call metadata for the given macro id within the tracked source info
310// metadata.

Callers 4

rewritePresenceExprMethod · 0.45
normalizeIDsFunction · 0.45
cleanupMacroRefsFunction · 0.45
UpdateExprMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected