MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / fmt

Method fmt

crates/core/src/host/module_host.rs:239–246  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

237
238impl fmt::Debug for ModuleInfo {
239 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
240 f.debug_struct("ModuleInfo")
241 .field("module_def", &self.module_def)
242 .field("owner_identity", &self.owner_identity)
243 .field("database_identity", &self.database_identity)
244 .field("module_hash", &self.module_hash)
245 .finish()
246 }
247}
248
249#[derive(Debug)]

Callers

nothing calls this directly

Calls 2

finishMethod · 0.45
fieldMethod · 0.45

Tested by

no test coverage detected