MCPcopy 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

StateClass · 0.45
setEnumMethod · 0.45
hasFlagsMethod · 0.45
setFlagsMethod · 0.45
removeFlagsMethod · 0.45
serializeMethod · 0.45
setMethod · 0.45
setMethod · 0.45
setMethod · 0.45
serializeMethod · 0.45
setMethod · 0.45
serializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected