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

Method fmt

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

Source from the content-addressed store, hash-verified

54#[cfg(feature = "debug")]
55impl core::fmt::Debug for Store {
56 fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
57 f.debug_struct("Store")
58 .field("id", &self.id)
59 .field("module_instances", &self.module_instances)
60 .field("engine", &self.engine)
61 .finish()
62 }
63}
64
65impl Store {

Callers

nothing calls this directly

Calls 1

finishMethod · 0.80

Tested by

no test coverage detected