MCPcopy Create free account
hub / github.com/astercloud/aster / containsErrorMarker

Function containsErrorMarker

pkg/config/loader_test.go:577–579  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

575}
576
577func containsErrorMarker(s string) bool {
578 return len(s) > 0 && s[:min(9, len(s))] == "__ERROR__"
579}

Callers 1

Calls 1

minFunction · 0.50

Tested by

no test coverage detected