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:449–451 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
447
}
448
449
func
(e StorageStatus) String() string {
450
return
string(e)
451
}
452
453
func
(e *StorageStatus) UnmarshalGQL(v
interface
{}) error {
454
str, ok := v.(string)
Callers
1
MarshalGQL
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected