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

Method String

cel/env.go:1114–1119  ·  view source on GitHub ↗

String converts the issues to a suitable display string.

()

Source from the content-addressed store, hash-verified

1112
1113// String converts the issues to a suitable display string.
1114func (i *Issues) String() string {
1115 if i == nil {
1116 return ""
1117 }
1118 return i.errs.ToDisplayString()
1119}
1120
1121// ReportErrorAtID reports an error message with an optional set of formatting arguments.
1122//

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