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

Method LiteralBool

cel/macro.go:62–62  ·  view source on GitHub ↗

LiteralBool creates an Expr value for a bool literal.

(value bool)

Source from the content-addressed store, hash-verified

60
61 // LiteralBool creates an Expr value for a bool literal.
62 LiteralBool(value bool) *exprpb.Expr
63
64 // LiteralBytes creates an Expr value for a byte literal.
65 LiteralBytes(value []byte) *exprpb.Expr

Callers 1

TestCustomMacroFunction · 0.65

Implementers 1

adaptingHelpercel/macro.go

Calls

no outgoing calls

Tested by 1

TestCustomMacroFunction · 0.52