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

Function forwardBits

src/simplicity/frame.h:96–98  ·  view source on GitHub ↗

Given a read frame, advance the cursor by 'n' cells. * * Precondition: '*frame' is a valid read frame for 'n' more cells. */

Source from the content-addressed store, hash-verified

94 * Precondition: '*frame' is a valid read frame for 'n' more cells.
95 */
96static inline void forwardBits(frameItem* frame, size_t n) {
97 frame->offset += n;
98}
99
100/* Given a write frame, advance the cursor by 'n' cells.
101 *

Callers 5

jets.cFile · 0.85
simplicity_read_buffer8Function · 0.85
simplicity_outpoint_hashFunction · 0.85
simplicity_nonce_hashFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected