Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmtcp/dmtcp
/ writeToConsole
Method
writeToConsole
jalib/jassert.cpp:305–311 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
303
}
304
305
void
306
jassert_internal::JAssert::writeToConsole(const char *str)
307
{
308
if (errConsoleFd != -1) {
309
jwrite(errConsoleFd, str);
310
}
311
}
312
313
void
314
jassert_internal::JAssert::writeToLog(const char *str)
Callers
nothing calls this directly
Calls
1
jwrite
Function · 0.85
Tested by
no test coverage detected