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

Method LiteralString

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

LiteralString creates am Expr value for a string literal.

(value string)

Source from the content-addressed store, hash-verified

72
73 // LiteralString creates am Expr value for a string literal.
74 LiteralString(value string) *exprpb.Expr
75
76 // LiteralUint creates an Expr value for a uint literal.
77 LiteralUint(value uint64) *exprpb.Expr

Callers 1

TestCustomMacroFunction · 0.65

Implementers 1

adaptingHelpercel/macro.go

Calls

no outgoing calls

Tested by 1

TestCustomMacroFunction · 0.52