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

Function make_block_next

block/block.cpp:480–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478}
479
480static BlockList make_block_next(const Bytes &goal)
481{
482 std::deque<Instruction> eaten;
483 BlockList list;
484 make_block(goal, 0, false, eaten, list);
485 return list;
486}
487
488static Block make_block(const Instruction &instr) {
489 Block block(instr);

Callers 1

make_blockFunction · 0.85

Calls 1

make_blockFunction · 0.85

Tested by

no test coverage detected