Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ getRaw
Method
getRaw
projects/Java/src/com/chronoxor/proto/State.java:30–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
29
public
StateEnum getEnum() {
return
value; }
30
public
byte getRaw() {
return
flags; }
31
32
public
void
setDefault() { setEnum((byte)0); }
33
Callers
14
State
Class · 0.45
setEnum
Method · 0.45
hasFlags
Method · 0.45
setFlags
Method · 0.45
removeFlags
Method · 0.45
serialize
Method · 0.45
set
Method · 0.45
set
Method · 0.45
set
Method · 0.45
serialize
Method · 0.45
set
Method · 0.45
serialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected