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

Method append_true

src/dpp/etf.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void etf_parser::append_true(etf_buffer *b) {
72 static unsigned char buf[6] = {ett_atom_small, 4, 't', 'r', 'u', 'e'};
73 buffer_write(b, (const char *)buf, 6);
74}
75
76void etf_parser::append_small_integer(etf_buffer *b, unsigned char d) {
77 unsigned char buf[2] = {ett_smallint, d};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected