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

Method write_binary

src/fixture/tools.rs:90–92  ·  view source on GitHub ↗
(&self, data: &[u8])

Source from the content-addressed store, hash-verified

88
89impl FileWriteBin for ChildPath {
90 fn write_binary(&self, data: &[u8]) -> Result<(), FixtureError> {
91 write_binary(self.path(), data)
92 }
93}
94
95impl FileWriteBin for NamedTempFile {

Callers

nothing calls this directly

Calls 2

write_binaryFunction · 0.85
pathMethod · 0.45

Tested by

no test coverage detected