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

Method String

cel/env.go:1060–1065  ·  view source on GitHub ↗

String converts the issues to a suitable display string.

()

Source from the content-addressed store, hash-verified

1058
1059// String converts the issues to a suitable display string.
1060func (i *Issues) String() string {
1061 if i == nil {
1062 return ""
1063 }
1064 return i.errs.ToDisplayString()
1065}
1066
1067// ReportErrorAtID reports an error message with an optional set of formatting arguments.
1068//

Callers 3

ErrMethod · 0.95
TestIssuesNilFunction · 0.95
TestIssuesEmptyFunction · 0.95

Calls 1

ToDisplayStringMethod · 0.45

Tested by 2

TestIssuesNilFunction · 0.76
TestIssuesEmptyFunction · 0.76