Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ kwarn
Function
kwarn
source/util/log.cpp:55–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
void kwarn(const char* msg) {
56
internal_log(BString::copy(msg) +
"\n"
, stdout);
57
}
58
59
void klog(const char* msg) {
60
internal_log(BString::copy(msg) +
"\n"
, stdout);
Callers
15
cpuid
Function · 0.85
CPU_CHECK_COND
Function · 0.85
glcommon_glVDPAURegisterOutputSurfaceNV
Function · 0.85
glcommon_glVDPAURegisterVideoSurfaceNV
Function · 0.85
getMappedBufferAddress
Function · 0.85
mapBufferRange
Function · 0.85
createWindow
Method · 0.85
parseStartupArgs
Method · 0.85
loadData
Function · 0.85
extractIconFromExe
Function · 0.85
mapWindow
Method · 0.85
x11_FreeColors
Function · 0.85
Calls
1
internal_log
Function · 0.85
Tested by
no test coverage detected