MCPcopy Create free account
hub / github.com/RischardV/emoji-shellcoding / make_block_prev

Function make_block_prev

block/block.cpp:472–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470}
471
472static BlockList make_block_prev(const Bytes &goal)
473{
474 std::deque<Instruction> eaten;
475 BlockList list;
476 make_block(goal, 0, true, eaten, list);
477 return list;
478}
479
480static BlockList make_block_next(const Bytes &goal)
481{

Callers 1

make_blockFunction · 0.85

Calls 1

make_blockFunction · 0.85

Tested by

no test coverage detected