MCPcopy Create free account
hub / github.com/assert-rs/assert_fs / write_file

Method write_file

src/fixture/tools.rs:157–159  ·  view source on GitHub ↗
(&self, data: &path::Path)

Source from the content-addressed store, hash-verified

155
156impl FileWriteFile for ChildPath {
157 fn write_file(&self, data: &path::Path) -> Result<(), FixtureError> {
158 write_file(self.path(), data)
159 }
160}
161
162impl FileWriteFile for NamedTempFile {

Callers

nothing calls this directly

Calls 2

write_fileFunction · 0.85
pathMethod · 0.45

Tested by

no test coverage detected