MCPcopy 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
451func 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

mainFunction · 0.92
mainFunction · 0.92

Calls 1

ValidateServiceFunction · 0.85

Tested by

no test coverage detected