Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ write_file
Method
write_file
atomic-core/src/output/traits.rs:608–610 ·
view source on GitHub ↗
(&self, _path: &str, _inode: Inode)
Source
from the content-addressed store, hash-verified
606
}
607
608
fn write_file(&self, _path: &str, _inode: Inode) -> Result<Self::Writer, Self::Error> {
609
Ok(std::io::sink())
610
}
611
}
612
613
// BASIC VERTEX BUFFER WRITER
Callers
3
test_sink_write_file
Function · 0.45
test_memory_working_copy_basic_workflow
Function · 0.45
test_sink_discards_output
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_sink_write_file
Function · 0.36
test_memory_working_copy_basic_workflow
Function · 0.36
test_sink_discards_output
Function · 0.36