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

Method append_map_header

src/dpp/etf.cpp:210–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210void etf_parser::append_map_header(etf_buffer *b, size_t size) {
211 unsigned char buf[5];
212 buf[0] = ett_map;
213 store_32_bits(buf + 1, size);
214 buffer_write(b, (const char *)buf, 5);
215}
216
217etf_parser::etf_parser()
218{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected