MCPcopy Create free account
hub / github.com/argumentcomputer/ix / has_meta

Method has_meta

crates/kernel/src/id.rs:70–72  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

68
69impl<M: KernelMode> MetaDisplay for KId<M> {
70 fn has_meta(&self) -> bool {
71 self.name.has_meta()
72 }
73 fn meta_fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
74 let hex = self.addr.hex();
75 let short = &hex[..8.min(hex.len())];

Callers 4

meta_fmtMethod · 0.45
fmtMethod · 0.45
fmt_univFunction · 0.45
fmt_exprFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected