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

Function remove_cookie

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

Source from the content-addressed store, hash-verified

65}
66
67pub fn remove_cookie(key: &str) -> io::Result<()> {
68 remove(StorageScope::Cookie, key)
69}
70
71#[cfg(not(target_arch = "wasm32"))]
72fn load_bytes_impl(_: StorageScope, _: &str) -> io::Result<Option<Vec<u8>>> {

Callers

nothing calls this directly

Calls 1

removeFunction · 0.85

Tested by

no test coverage detected