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

Function Write

Kernel/src/fs/initrd.cpp:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 size_t Write(fs_node_t* node, size_t offset, size_t size, uint8_t *buffer){
95 return 0; // It's a ramdisk.
96 }
97
98 void Open(fs_node_t* node, uint32_t flags){
99

Callers 5

InitializeFunction · 0.70
WriteMethod · 0.70
CallMethod · 0.50
ATADiskDeviceMethod · 0.50
Intel8254xMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected