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

Function save_cookie_bytes

perro_source/api_modules/perro_web/src/storage.rs:63–65  ·  view source on GitHub ↗
(key: &str, data: &[u8])

Source from the content-addressed store, hash-verified

61}
62
63pub fn save_cookie_bytes(key: &str, data: &[u8]) -> io::Result<()> {
64 save_bytes(StorageScope::Cookie, key, data)
65}
66
67pub fn remove_cookie(key: &str) -> io::Result<()> {
68 remove(StorageScope::Cookie, key)

Callers

nothing calls this directly

Calls 1

save_bytesFunction · 0.70

Tested by

no test coverage detected