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

Method append_list_header

src/dpp/etf.cpp:203–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203void etf_parser::append_list_header(etf_buffer *b, size_t size) {
204 unsigned char buf[5];
205 buf[0] = ett_list;
206 store_32_bits(buf + 1, size);
207 buffer_write(b, (const char *)buf, 5);
208}
209
210void etf_parser::append_map_header(etf_buffer *b, size_t size) {
211 unsigned char buf[5];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected