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

Method Write

Kernel/src/logging.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 ssize_t Write(size_t offset, size_t size, uint8_t *buffer){
43 WriteN((char*)buffer, size);
44
45 return size;
46 }
47
48 int Ioctl(uint64_t cmd, uint64_t arg){
49 if(cmd == TIOCGWINSZ) return 0; // Pretend to be a terminal

Callers

nothing calls this directly

Calls 1

WriteNFunction · 0.85

Tested by

no test coverage detected