MCPcopy Create free account
hub / github.com/encoder-run/operator / IsValid

Method IsValid

pkg/graph/model/models_gen.go:441–447  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

439}
440
441func (e StorageStatus) IsValid() bool {
442 switch e {
443 case StorageStatusNotDeployed, StorageStatusDeploying, StorageStatusReady, StorageStatusError:
444 return true
445 }
446 return false
447}
448
449func (e StorageStatus) String() string {
450 return string(e)

Callers 1

UnmarshalGQLMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected