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

Method size

block/block.cpp:186–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 }
185
186 size_t size(void) const {
187 return _bytes.size();
188 }
189
190 const Bytes &bytes(void) const {
191 return _bytes;

Callers 12

block.cppFile · 0.80
hex_to_bytesFunction · 0.80
is_bytes_prefixFunction · 0.80
is_bytes_suffixFunction · 0.80
adjust_textMethod · 0.80
is_goodMethod · 0.80
load_seqFunction · 0.80
load_instrFunction · 0.80
print_blockFunction · 0.80
eat_instructionsFunction · 0.80
make_blockFunction · 0.80
make_good_listFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected