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

Method String

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

Source from the content-addressed store, hash-verified

447}
448
449func (e StorageStatus) String() string {
450 return string(e)
451}
452
453func (e *StorageStatus) UnmarshalGQL(v interface{}) error {
454 str, ok := v.(string)

Callers 1

MarshalGQLMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected