MCPcopy Create free account
hub / github.com/WheretIB/nullc / OnError

Function OnError

Colorer.cpp:335–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333 }
334
335 void OnError(char const* s, char const* e)
336 {
337 if(s == e)
338 e++;
339 if(logStr.length() != 0)
340 ColorCode(COLOR_ERR, s, e);
341 logStr = "";
342 }
343
344 void LogStrAndInfo(char const* s, char const* e)
345 {

Callers

nothing calls this directly

Calls 1

lengthMethod · 0.80

Tested by

no test coverage detected