Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ error
Method
error
src/log.cpp:142–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
142
void Log::error(const char* msg, ...) {
143
va_list args;
144
va_start(args, msg);
145
log(LOG_ERROR, msg, args);
146
va_end(args);
147
}
Callers
1
TestProcess
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestProcess
Method · 0.64