MCPcopy Create free account
hub / github.com/endbasic/endbasic / name

Method name

web/src/store.rs:82–84  ·  view source on GitHub ↗

Returns the program name for this key.

(&self)

Source from the content-addressed store, hash-verified

80
81 /// Returns the program name for this key.
82 fn name(&self) -> &str {
83 &self.0[Key::PREFIX.len()..]
84 }
85
86 /// Returns the serialized version of this key for use with the local storage API.
87 fn serialized(&self) -> &str {

Callers 1

enumerateMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected