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

Method Type

src/lib/encode/type.cpp:139–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139Encode::Type::Type(const std::vector<FuncType>& types) : Section((byte_t)0x01){
140 if(!types.empty()){
141 Encode::Section::Stream stream(buffer);
142 stream << types;
143 }
144}

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected