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

Method Start

src/lib/encode/encode.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49Encode::Start::Start(const std::optional<index_t>& start) : Section((byte_t)0x08){
50 if(start){
51 Encode::Section::Stream stream(buffer);
52 stream << start.value();
53 }
54}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected