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

Function forward

src/simplicity/eval.c:124–126  ·  view source on GitHub ↗

Given a read frame, advance its cursor by 'n' cells. * * Precondition: NULL != frame. */

Source from the content-addressed store, hash-verified

122 * Precondition: NULL != frame.
123 */
124static void forward(frameItem* frame, size_t n) {
125 frame->offset += n;
126}
127
128/* Given a read frame, move its cursor backwards by 'n' cells.
129 *

Callers 1

runTCOFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected