MCPcopy Create free account
hub / github.com/ElementsProject/elements / write8s

Function write8s

src/simplicity/frame.h:137–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137static inline void write8s(frameItem* frame, const unsigned char* x, size_t n) {
138 for(; n; --n) simplicity_write8(frame, *(x++));
139}
140
141static inline void read32s(uint32_t* x, size_t n, frameItem* frame) {
142 for(; n; --n) *(x++) = (uint32_t)simplicity_read32(frame);

Callers 4

write_feFunction · 0.85
write_scalarFunction · 0.85
simplicity_write_buffer8Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected