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

Struct parseFormatError

ext/formatting.go:906–909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

904}
905
906type parseFormatError struct {
907 msg string
908 wrapped error
909}
910
911func newParseFormatError(msg string, wrapped error) error {
912 return parseFormatError{msg: msg, wrapped: wrapped}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected