MCPcopy Create free account
hub / github.com/Xenov-X/csbot / String

Method String

workflow/validator.go:1262–1268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1260}
1261
1262func (e ValidationError) String() string {
1263 severity := "ERROR"
1264 if e.Severity == "warning" {
1265 severity = "WARNING"
1266 }
1267 return fmt.Sprintf("[%s] %s: %s", severity, e.Type, e.Message)
1268}

Callers 2

mainFunction · 0.80
waitForOutputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected