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

Function newParseFormatError

ext/formatting.go:911–913  ·  view source on GitHub ↗
(msg string, wrapped error)

Source from the content-addressed store, hash-verified

909}
910
911func newParseFormatError(msg string, wrapped error) error {
912 return parseFormatError{msg: msg, wrapped: wrapped}
913}
914
915// Error implements error.
916func (e parseFormatError) Error() string {

Callers 2

parseAndFormatClauseV2Function · 0.85
parseAndFormatClauseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected