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

Function block_prefix

block/block.cpp:452–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452static bool block_prefix(const Bytes &goal)
453{
454 for (auto const& [key, seq] : sequences) {
455 if (is_bytes_prefix(goal, key)) {
456 return true;
457 }
458 }
459 return false;
460}
461
462static bool block_suffix(const Bytes &goal)
463{

Callers 1

make_blockFunction · 0.85

Calls 1

is_bytes_prefixFunction · 0.85

Tested by

no test coverage detected