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

Method Code

src/lib/encode/func.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50Encode::Code::Code(const std::vector<WasmFunc>& funcs) : Section((byte_t)0x0a){
51 if(!funcs.empty()){
52 Encode::Section::Stream stream(buffer);
53 stream << funcs;
54 }
55}

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected