MCPcopy 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
22func (k StateKey) String() string {
23 return State(k).String()
24}
25
26// State flags
27type State byte

Callers

nothing calls this directly

Calls 2

StateTypeAlias · 0.70
StringMethod · 0.45

Tested by

no test coverage detected