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

Method Block

block/block.cpp:220–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218 BlockList next[max_size];
219
220 Block(const Instruction &in_goal) {
221 goal = in_goal;
222 is_sequence = false;
223 for (size_t i=0; i<max_size; i++) {
224 prefix[i] = false;
225 suffix[i] = false;
226 }
227 }
228
229 bool is_good(size_t idx) const {
230 if ((suffix[idx] || (prev[idx].size() > 0))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected