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

Struct stringFormatCheckerV2

ext/formatting_v2.go:450–455  ·  view source on GitHub ↗

stringFormatCheckerV2 implements the formatStringInterpolater interface

Source from the content-addressed store, hash-verified

448
449// stringFormatCheckerV2 implements the formatStringInterpolater interface
450type stringFormatCheckerV2 struct {
451 args []ast.Expr
452 argsRequested int
453 currArgIndex int64
454 ast *ast.AST
455}
456
457// String implements formatStringInterpolatorV2.String.
458func (c *stringFormatCheckerV2) String(arg ref.Val) (string, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected