Skip to main content

try_save_bytes

Function try_save_bytes 

Source
pub fn try_save_bytes(path: &Path, chunk_blob: &[u8]) -> Result<(), String>
Expand description

Store bincode-encoded fusevm::Chunk bytes for a script path. Best-effort — cache disabled / canonicalize failure / mtime stat failure all return Ok(()) silently so the caller can fire-and-forget.