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

Function Write

Kernel/src/logging.cpp:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 void Write(const char* str, uint8_t r, uint8_t g, uint8_t b){
111 WriteN(str, strlen(str));
112 }
113
114 void Write(unsigned long long num, bool hex, uint8_t r, uint8_t g, uint8_t b){
115 char buf[32];

Callers 7

KernelProcessFunction · 0.70
kmainFunction · 0.70
WriteFFunction · 0.70
WarningFunction · 0.70
ErrorFunction · 0.70
InfoFunction · 0.70
ParseFunction · 0.70

Calls 3

WriteNFunction · 0.85
strlenFunction · 0.85
itoaFunction · 0.70

Tested by

no test coverage detected