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

Struct stringFormatChecker

ext/formatting.go:509–514  ·  view source on GitHub ↗

stringFormatChecker implements the formatStringInterpolater interface

Source from the content-addressed store, hash-verified

507
508// stringFormatChecker implements the formatStringInterpolater interface
509type stringFormatChecker struct {
510 args []ast.Expr
511 argsRequested int
512 currArgIndex int64
513 ast *ast.AST
514}
515
516// String implements formatStringInterpolator.String.
517func (c *stringFormatChecker) String(arg ref.Val, locale string) (string, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected