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

Function block_suffix

block/block.cpp:462–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460}
461
462static bool block_suffix(const Bytes &goal)
463{
464 for (auto const& [key, seq] : sequences) {
465 if (is_bytes_suffix(goal, key)) {
466 return true;
467 }
468 }
469 return false;
470}
471
472static BlockList make_block_prev(const Bytes &goal)
473{

Callers 1

make_blockFunction · 0.85

Calls 1

is_bytes_suffixFunction · 0.85

Tested by

no test coverage detected