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

Method IsValid

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

Source from the content-addressed store, hash-verified

312}
313
314func (e PipelineStatus) IsValid() bool {
315 switch e {
316 case PipelineStatusReady, PipelineStatusRunning, PipelineStatusError:
317 return true
318 }
319 return false
320}
321
322func (e PipelineStatus) String() string {
323 return string(e)

Callers 1

UnmarshalGQLMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected