MCPcopy Create free account
hub / github.com/explodingcamera/tinywasm / fmt

Method fmt

crates/tinywasm/src/store/memory/lazy.rs:169–174  ·  view source on GitHub ↗
(&self, f: &mut core::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

167#[cfg(feature = "debug")]
168impl core::fmt::Debug for LazyLinearMemory {
169 fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
170 f.debug_struct("LazyLinearMemory")
171 .field("ty", &self.ty)
172 .field("materialized", &self.inner.borrow().is_some())
173 .finish()
174 }
175}

Callers

nothing calls this directly

Calls 1

finishMethod · 0.80

Tested by

no test coverage detected