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

Method Section

src/include/decode.hpp:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49struct Section {
50 friend Stream& operator>>(Stream& stream, Section&& secion);
51 Section(const byte_t id = (byte_t)0x00) : id(id) {};
52 const byte_t id;
53protected:
54 virtual Stream& read(Stream& stream);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected