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

Class Sequence

block/block.cpp:90–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90class Sequence {
91 Bytes bytes;
92
93public:
94 Sequence(const std::string &hex) {
95 bytes = hex_to_bytes(hex);
96 }
97};
98
99class Instruction {
100 Bytes _bytes;

Callers 1

load_seqFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected