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

Method MacroKey

parser/macro.go:119–119  ·  view source on GitHub ↗

MacroKey returns the macro signatures accepted by this macro. Format: ` : : `. When the macros is a var-arg style macro, the `arg-count` value is represented as a `*`.

()

Source from the content-addressed store, hash-verified

117 //
118 // When the macros is a var-arg style macro, the `arg-count` value is represented as a `*`.
119 MacroKey() string
120
121 // Expander returns the MacroExpander to apply when the macro key matches the parsed call
122 // signature.

Callers 4

MacrosFunction · 0.65
TestReceiverVarArgMacroFunction · 0.65
TestGlobalVarArgMacroFunction · 0.65
TestReceiverVarArgMacroFunction · 0.65

Implementers 1

macroparser/macro.go

Calls

no outgoing calls

Tested by 3

TestReceiverVarArgMacroFunction · 0.52
TestGlobalVarArgMacroFunction · 0.52
TestReceiverVarArgMacroFunction · 0.52