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

Method String

cel/env.go:1024–1029  ·  view source on GitHub ↗

String converts the issues to a suitable display string.

()

Source from the content-addressed store, hash-verified

1022
1023// String converts the issues to a suitable display string.
1024func (i *Issues) String() string {
1025 if i == nil {
1026 return ""
1027 }
1028 return i.errs.ToDisplayString()
1029}
1030
1031// ReportErrorAtID reports an error message with an optional set of formatting arguments.
1032//

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