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

Method Table

src/lib/encode/table.cpp:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15Encode::Table::Table(const std::vector<TableType>& tables) : Section((byte_t)0x04){
16 if(!tables.empty()){
17 Encode::Section::Stream stream(buffer);
18 stream << tables;
19 }
20}

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected