MCPcopy Create free account
hub / github.com/KDE/kdevelop / jsonTestRun

Function jsonTestRun

plugins/clang/duchain/builder.cpp:56–60  ·  view source on GitHub ↗

TODO: this is ugly, can we find a better alternative?

Source from the content-addressed store, hash-verified

54#if CINDEX_VERSION_MINOR >= 100
55// TODO: this is ugly, can we find a better alternative?
56bool jsonTestRun()
57{
58 static bool runningTest = qEnvironmentVariableIsSet("KDEV_CLANG_JSON_TEST_RUN");
59 return runningTest;
60}
61#endif
62
63//BEGIN helpers

Callers 1

makeCommentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected