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

Method serialized

web/src/store.rs:87–89  ·  view source on GitHub ↗

Returns the serialized version of this key for use with the local storage API.

(&self)

Source from the content-addressed store, hash-verified

85
86 /// Returns the serialized version of this key for use with the local storage API.
87 fn serialized(&self) -> &str {
88 &self.0
89 }
90}
91
92/// Represents the contents and the metadata of a stored program.

Callers 4

renameMethod · 0.80
get_entryMethod · 0.80
deleteMethod · 0.80
putMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected