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

Method decode_small_integer

src/dpp/etf.cpp:317–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317json etf_parser::decode_small_integer() {
318 json j;
319 j = (uint8_t)read_8_bits();
320 return j;
321}
322
323json etf_parser::decode_integer() {
324 json j;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected