MCPcopy Create free account
hub / github.com/PerroEngine/Perro / remove_local

Function remove_local

perro_source/api_modules/perro_web/src/storage.rs:43–45  ·  view source on GitHub ↗
(key: &str)

Source from the content-addressed store, hash-verified

41}
42
43pub fn remove_local(key: &str) -> io::Result<()> {
44 remove(StorageScope::Local, key)
45}
46
47pub fn load_session_bytes(key: &str) -> io::Result<Option<Vec<u8>>> {
48 load_bytes(StorageScope::Session, key)

Callers

nothing calls this directly

Calls 1

removeFunction · 0.85

Tested by

no test coverage detected