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

Function makeVarArgMacroKey

parser/macro.go:179–181  ·  view source on GitHub ↗
(name string, receiverStyle bool)

Source from the content-addressed store, hash-verified

177}
178
179func makeVarArgMacroKey(name string, receiverStyle bool) string {
180 return fmt.Sprintf("%s:*:%v", name, receiverStyle)
181}
182
183// MacroExpander converts a call and its associated arguments into a new CEL abstract syntax tree.
184//

Callers 2

expandMacroMethod · 0.85
MacroKeyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected