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

Method Function

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

Function name to match.

()

Source from the content-addressed store, hash-verified

101type Macro interface {
102 // Function name to match.
103 Function() string
104
105 // ArgCount for the function call.
106 //

Callers 15

setFunctionMethod · 0.65
TestReceiverVarArgMacroFunction · 0.65
TestDocumentationFunction · 0.65
ProgramOptionsMethod · 0.65
TestGlobalVarArgMacroFunction · 0.65
TestReceiverVarArgMacroFunction · 0.65
TestDocumentationFunction · 0.65
CompileOptionsMethod · 0.65
decorateOptionalOrFunction · 0.65

Implementers 1

macroparser/macro.go

Calls

no outgoing calls

Tested by 11

TestReceiverVarArgMacroFunction · 0.52
TestDocumentationFunction · 0.52
TestGlobalVarArgMacroFunction · 0.52
TestReceiverVarArgMacroFunction · 0.52
TestDocumentationFunction · 0.52
TestOverloadIsNonStrictFunction · 0.52
TestOverloadOperandTraitFunction · 0.52