Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
577
func
containsErrorMarker(s string) bool {
578
return
len(s) > 0 && s[:min(9, len(s))] ==
"__ERROR__"
579
}
Callers
1
TestRequiredVariableError
Function · 0.85
Calls
1
min
Function · 0.50
Tested by
no test coverage detected