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

Method Condition

policy/parser.go:360–362  ·  view source on GitHub ↗

Condition returns the condition CEL expression.

()

Source from the content-addressed store, hash-verified

358
359// Condition returns the condition CEL expression.
360func (m *Match) Condition() ValueString {
361 return m.condition
362}
363
364// HasOutput indicates whether the output field is set of the match.
365func (m *Match) HasOutput() bool {

Callers 3

exprLinesFromPolicyFunction · 0.45
recoverOriginalSourceFunction · 0.45
optimizeRuleMethod · 0.45

Calls

no outgoing calls

Tested by 1

exprLinesFromPolicyFunction · 0.36