MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / Write

Method Write

Kernel/src/fs/tar.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 ssize_t TarNode::Write(size_t offset, size_t size, uint8_t *buffer){
44 if(vol){
45 return vol->Write(this, offset, size, buffer);
46 } else return -1;
47 }
48
49 void TarNode::Close(){
50 if(vol){

Callers 3

SysEndpointQueueFunction · 0.45
WriteFunction · 0.45
RenameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected