Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/encoder-run/operator
/ MarshalGQL
Method
MarshalGQL
pkg/graph/model/models_gen.go:466–468 ·
view source on GitHub ↗
(w io.Writer)
Source
from the content-addressed store, hash-verified
464
}
465
466
func
(e StorageStatus) MarshalGQL(w io.Writer) {
467
fmt.Fprint(w, strconv.Quote(e.String()))
468
}
469
470
type
StorageType string
471
Callers
nothing calls this directly
Calls
1
String
Method · 0.95
Tested by
no test coverage detected