MCPcopy Create free account
hub / github.com/Kitware/CMake / TEST

Function TEST

Utilities/cmcppdap/src/dap_test.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30TEST(DAP, PairedInitializeTerminate) {
31 dap::initialize();
32 dap::terminate();
33}
34
35TEST(DAP, NestedInitializeTerminate) {
36 dap::initialize();

Callers

nothing calls this directly

Calls 6

initializeFunction · 0.85
terminateFunction · 0.85
reserveMethod · 0.80
emplace_backMethod · 0.80
waitMethod · 0.80
joinMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…