Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
279
func
(e PipelineExecutionStatus) String() string {
280
return
string(e)
281
}
282
283
func
(e *PipelineExecutionStatus) UnmarshalGQL(v
interface
{}) error {
284
str, ok := v.(string)
Callers
1
MarshalGQL
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected