MCPcopy Create free account
hub / github.com/Recordscript/recordscript / name

Method name

libs/scrap/src/common/quartz.rs:135–137  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

133 }
134
135 pub fn name(&self) -> String {
136 self.0.id().to_string()
137 }
138
139 pub fn is_online(&self) -> bool {
140 self.0.is_online()

Callers

nothing calls this directly

Calls 2

to_stringMethod · 0.80
idMethod · 0.45

Tested by

no test coverage detected