Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ klog
Function
klog
source/util/log.cpp:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
void klog(const char* msg) {
60
internal_log(BString::copy(msg) +
"\n"
, stdout);
61
}
62
63
void klog_nonewline(const char* msg) {
64
internal_log(BString::copy(msg), stdout);
Callers
15
generateSource
Function · 0.85
sidt_mem16
Function · 0.85
sidt_mem32
Function · 0.85
sgdt_mem16
Function · 0.85
sgdt_mem32
Function · 0.85
normal_sidt
Function · 0.85
updateVertexPointer
Function · 0.85
setTimes
Method · 0.85
apply
Method · 0.85
parseStartupArgs
Method · 0.85
boxedmain
Function · 0.85
doMainLoop
Function · 0.85
Calls
1
internal_log
Function · 0.85
Tested by
no test coverage detected