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:322–324 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
320
}
321
322
func
(e PipelineStatus) String() string {
323
return
string(e)
324
}
325
326
func
(e *PipelineStatus) UnmarshalGQL(v
interface
{}) error {
327
str, ok := v.(string)
Callers
1
MarshalGQL
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected