MCPcopy 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
466func (e StorageStatus) MarshalGQL(w io.Writer) {
467 fmt.Fprint(w, strconv.Quote(e.String()))
468}
469
470type StorageType string
471

Callers

nothing calls this directly

Calls 1

StringMethod · 0.95

Tested by

no test coverage detected