MCPcopy Create free account
hub / github.com/brainboxdotcc/DPP / decode_integer

Method decode_integer

src/dpp/etf.cpp:323–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323json etf_parser::decode_integer() {
324 json j;
325 j = (int32_t)read_32_bits();
326 return j;
327}
328
329json etf_parser::decode_array(uint32_t length) {
330 json array = json::array();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected