MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / fmt

Method fmt

atomic-core/src/pristine/vault.rs:64–66  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

62
63impl std::fmt::Display for VaultEntryType {
64 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
65 f.write_str(self.as_str())
66 }
67}
68
69/// A single entry in the vault.

Callers

nothing calls this directly

Calls 1

as_strMethod · 0.45

Tested by

no test coverage detected