Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ print
Function
print
quest/src/core/printer.cpp:402–409 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
400
401
402
void print(const char* str) {
403
404
if (!comm_isRootNode())
405
return;
406
407
// never prints a trailing newline
408
cout << str;
409
}
410
411
void print(string str) {
412
print(str.data());
Callers
6
print_newlines
Function · 0.85
print_oneFewerNewlines
Function · 0.85
print_label
Function · 0.85
default_inputErrorHandler
Function · 0.85
raiseInternalError
Function · 0.85
reportStr
Function · 0.85
Calls
2
comm_isRootNode
Function · 0.85
toStr
Function · 0.85
Tested by
no test coverage detected