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:191–193 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
189
}
190
191
func
(e ModelStatus) String() string {
192
return
string(e)
193
}
194
195
func
(e *ModelStatus) UnmarshalGQL(v
interface
{}) error {
196
str, ok := v.(string)
Callers
1
MarshalGQL
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected