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

Enum DictReadState

LuaSTGPlus/Bencode.cpp:137–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135};
136
137enum class DictReadState
138{
139 KeyExpected,
140 ValueExpected
141};
142
143Decoder::Decoder()
144{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected