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

Method String

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

Source from the content-addressed store, hash-verified

320}
321
322func (e PipelineStatus) String() string {
323 return string(e)
324}
325
326func (e *PipelineStatus) UnmarshalGQL(v interface{}) error {
327 str, ok := v.(string)

Callers 1

MarshalGQLMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected