MCPcopy Create free account
hub / github.com/WasmVM/WasmVM / insert

Method insert

src/lib/invoke/invoke.cpp:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void Label::Values::insert(std::vector<Value> values){
154 c.insert(c.end(), values.begin(), values.end());
155}
156
157using namespace Exception;
158invalid_argument::invalid_argument() :

Callers 15

parse_functypeMethod · 0.80
parse_typeuseMethod · 0.80
parse_funcsectionMethod · 0.80
parse_blockinstrMethod · 0.80
parse_foldedinstrMethod · 0.80
parse_parametricinstrMethod · 0.80
operator()Method · 0.80
operator()Method · 0.80
operator()Method · 0.80
do_branchFunction · 0.80
invokeMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected