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

Method String

ext/formatting.go:272–274  ·  view source on GitHub ↗

String implements formatStringInterpolator.String.

(arg ref.Val, locale string)

Source from the content-addressed store, hash-verified

270
271// String implements formatStringInterpolator.String.
272func (c *stringFormatter) String(arg ref.Val, locale string) (string, error) {
273 return FormatString(arg, locale)
274}
275
276// Decimal implements formatStringInterpolator.Decimal.
277func (c *stringFormatter) Decimal(arg ref.Val, locale string) (string, error) {

Callers

nothing calls this directly

Calls 1

FormatStringFunction · 0.85

Tested by

no test coverage detected