Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
class Sequence {
91
Bytes bytes;
92
93
public:
94
Sequence(const std::string &hex) {
95
bytes = hex_to_bytes(hex);
96
}
97
};
98
99
class Instruction {
100
Bytes _bytes;
Callers
1
load_seq
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected