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

Method String

ext/formatting_v2.go:199–201  ·  view source on GitHub ↗

String implements formatStringInterpolatorV2.String.

(arg ref.Val)

Source from the content-addressed store, hash-verified

197
198// String implements formatStringInterpolatorV2.String.
199func (c *stringFormatterV2) String(arg ref.Val) (string, error) {
200 return formatStringV2(arg)
201}
202
203// Decimal implements formatStringInterpolatorV2.Decimal.
204func (c *stringFormatterV2) Decimal(arg ref.Val) (string, error) {

Callers

nothing calls this directly

Calls 1

formatStringV2Function · 0.85

Tested by

no test coverage detected