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

Method String

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

Source from the content-addressed store, hash-verified

277}
278
279func (e PipelineExecutionStatus) String() string {
280 return string(e)
281}
282
283func (e *PipelineExecutionStatus) UnmarshalGQL(v interface{}) error {
284 str, ok := v.(string)

Callers 1

MarshalGQLMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected