Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
pub fn remove_session(key: &str) -> io::Result<()> {
56
remove(StorageScope::Session, key)
57
}
58
59
pub fn load_cookie_bytes(key: &str) -> io::Result<Option<Vec<u8>>> {
60
load_bytes(StorageScope::Cookie, key)
Callers
nothing calls this directly
Calls
1
remove
Function · 0.85
Tested by
no test coverage detected