Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/commontk/CTK
/ printError
Method
printError
Documentation/CMakeDoxygenFilter.cpp:314–317 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
312
private:
313
314
void printError(const char* str)
315
{
316
std::cerr <<
"Error: "
<< str <<
" (at line "
<< _lexer.curLine() <<
", col "
<< _lexer.curCol() <<
")"
;
317
}
318
319
bool parseMacro()
320
{
Callers
nothing calls this directly
Calls
2
curLine
Method · 0.80
curCol
Method · 0.80
Tested by
no test coverage detected