Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ reportStr
Function
reportStr
quest/src/api/types.cpp:22–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
*/
21
22
void reportStr(std::string str) {
23
validate_envIsInit(__func__);
24
25
print(str);
26
print_newlines();
27
}
28
29
extern
"C"
void reportStr(const char* str) {
30
reportStr(string(str));
Callers
15
SECTION
Function · 0.85
reportScalar
Function · 0.85
reportMyStructs
Function · 0.85
main
Function · 0.85
reportMyStructs
Function · 0.85
main
Function · 0.85
demo_serial
Function · 0.85
demo_multithreaded
Function · 0.85
demo_gpuAccelerated
Function · 0.85
demo_distributed
Function · 0.85
demo_all
Function · 0.85
demo_auto
Function · 0.85
Calls
3
validate_envIsInit
Function · 0.85
print
Function · 0.85
print_newlines
Function · 0.85
Tested by
no test coverage detected