MCPcopy 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
22void reportStr(std::string str) {
23 validate_envIsInit(__func__);
24
25 print(str);
26 print_newlines();
27}
28
29extern "C" void reportStr(const char* str) {
30 reportStr(string(str));

Callers 15

SECTIONFunction · 0.85
reportScalarFunction · 0.85
reportMyStructsFunction · 0.85
mainFunction · 0.85
reportMyStructsFunction · 0.85
mainFunction · 0.85
demo_serialFunction · 0.85
demo_multithreadedFunction · 0.85
demo_gpuAcceleratedFunction · 0.85
demo_distributedFunction · 0.85
demo_allFunction · 0.85
demo_autoFunction · 0.85

Calls 3

validate_envIsInitFunction · 0.85
printFunction · 0.85
print_newlinesFunction · 0.85

Tested by

no test coverage detected