MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / getString

Function getString

tests/Issue324.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13
14const char* getString(bool empty) {
15 return empty ? "" : globalString;
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected