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

Method Section

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

Source from the content-addressed store, hash-verified

9Encode::Section::Stream::Stream(std::ostream& stream) : stream(stream){}
10
11Encode::Section::Section(const byte_t id) : id(id){}
12
13void Encode::Section::write(std::ostream& ostream){
14 if(!buffer.str().empty()){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected