MCPcopy 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_fileFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_sink_write_fileFunction · 0.36