MCPcopy Create free account
hub / github.com/category-labs/monad / do_binary

Function do_binary

cmd/vm/parser/parser_tool.cpp:114–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void do_binary(
115 parser_config const &config, std::string const &filename,
116 std::vector<uint8_t> const &opcodes)
117{
118 if (config.verbose) {
119 std::cerr << "printing " << filename << '\n';
120 }
121
122 std::cout << show_opcodes(opcodes) << '\n';
123}
124
125int main(int const argc, char **const argv)
126{

Callers 1

mainFunction · 0.85

Calls 1

show_opcodesFunction · 0.85

Tested by

no test coverage detected