Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ String
Method
String
projects/Go/proto/proto/State.go:22–24 ·
view source on GitHub ↗
Convert State flags key to string
()
Source
from the content-addressed store, hash-verified
20
21
// Convert State flags key to string
22
func
(k StateKey) String() string {
23
return
State(k).String()
24
}
25
26
// State flags
27
type
State byte
Callers
nothing calls this directly
Calls
2
State
TypeAlias · 0.70
String
Method · 0.45
Tested by
no test coverage detected