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

Method String

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

Source from the content-addressed store, hash-verified

189}
190
191func (e ModelStatus) String() string {
192 return string(e)
193}
194
195func (e *ModelStatus) UnmarshalGQL(v interface{}) error {
196 str, ok := v.(string)

Callers 1

MarshalGQLMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected