MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / DecoderInternalState

Enum DecoderInternalState

LuaSTGPlus/Bencode.cpp:126–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124////////////////////////////////////////////////////////////////////////////////
125
126enum class DecoderInternalState
127{
128 Start,
129
130 ParseNull,
131 ParseIntSign,
132 ParseIntPart,
133 ParseString,
134 ParseStringContent
135};
136
137enum class DictReadState
138{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected