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

Function remove

perro_source/api_modules/perro_web/src/storage.rs:18–20  ·  view source on GitHub ↗
(scope: StorageScope, key: &str)

Source from the content-addressed store, hash-verified

16}
17
18pub fn remove(scope: StorageScope, key: &str) -> io::Result<()> {
19 remove_impl(scope, key)
20}
21
22pub fn load_string(scope: StorageScope, key: &str) -> io::Result<Option<String>> {
23 let Some(bytes) = load_bytes(scope, key)? else {

Callers 3

remove_localFunction · 0.85
remove_sessionFunction · 0.85
remove_cookieFunction · 0.85

Calls 1

remove_implFunction · 0.85

Tested by

no test coverage detected