MCPcopy Create free account
hub / github.com/WebAssembly/wabt / OnSetState

Method OnSetState

src/binary-reader-logging.cc:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void BinaryReaderLogging::OnSetState(const State* s) {
117 BinaryReaderDelegate::OnSetState(s);
118 reader_->OnSetState(s);
119}
120
121Result BinaryReaderLogging::BeginModule(uint32_t version) {
122 LOGF("BeginModule(version: %u)\n", version);

Callers 1

BinaryReaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected