Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ ValidateServiceMap
Function
ValidateServiceMap
pkg/service/service.go:451–458 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
449
}
450
451
func
ValidateServiceMap() error {
452
for
svcName, svcObj :=
range
ServiceMap {
453
if
err := ValidateService(svcName, svcObj); err != nil {
454
return
err
455
}
456
}
457
return
nil
458
}
Callers
2
main
Function · 0.92
main
Function · 0.92
Calls
1
ValidateService
Function · 0.85
Tested by
no test coverage detected