MCPcopy 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
305void
306jassert_internal::JAssert::writeToConsole(const char *str)
307{
308 if (errConsoleFd != -1) {
309 jwrite(errConsoleFd, str);
310 }
311}
312
313void
314jassert_internal::JAssert::writeToLog(const char *str)

Callers

nothing calls this directly

Calls 1

jwriteFunction · 0.85

Tested by

no test coverage detected