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

Function remove_session

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

Source from the content-addressed store, hash-verified

53}
54
55pub fn remove_session(key: &str) -> io::Result<()> {
56 remove(StorageScope::Session, key)
57}
58
59pub fn load_cookie_bytes(key: &str) -> io::Result<Option<Vec<u8>>> {
60 load_bytes(StorageScope::Cookie, key)

Callers

nothing calls this directly

Calls 1

removeFunction · 0.85

Tested by

no test coverage detected