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

Method IsReceiverStyle

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

IsReceiverStyle returns true if the macro matches a receiver style call.

()

Source from the content-addressed store, hash-verified

110
111 // IsReceiverStyle returns true if the macro matches a receiver style call.
112 IsReceiverStyle() bool
113
114 // MacroKey returns the macro signatures accepted by this macro.
115 //

Callers 4

setFunctionMethod · 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