MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / os_write

Function os_write

lib/vfs/machfs.cc:456–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456unsigned long os_write(void** priv, const void* buffer, unsigned long len)
457{
458 auto* self = (MacHfsFilesystem*)*priv;
459 return self->hfsWrite(buffer, len);
460}
461
462std::unique_ptr<Filesystem> Filesystem::createMacHfsFilesystem(
463 const FilesystemProto& config,

Callers 1

b_writepbFunction · 0.85

Calls 1

hfsWriteMethod · 0.80

Tested by

no test coverage detected