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

Function testUVHandlePtr

Tests/CMakeLib/testUVHandlePtr.cxx:145–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145int testUVHandlePtr(int, char** const)
146{
147 bool passed = true;
148 passed = testBool() && passed;
149 passed = testIdle() && passed;
150 passed = testTimer() && passed;
151 passed = testWriteCallback() && passed;
152 return passed ? 0 : -1;
153}

Callers

nothing calls this directly

Calls 4

testIdleFunction · 0.85
testTimerFunction · 0.85
testWriteCallbackFunction · 0.85
testBoolFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…