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

Function testBool

Tests/CMakeLib/testUVHandlePtr.cxx:10–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include "cmUVHandlePtr.h"
9
10static bool testBool()
11{
12 cm::uv_async_ptr async;
13 cm::uv_handle_ptr handle;
14 cm::uv_idle_ptr idle;
15 cm::uv_pipe_ptr pipe;
16 cm::uv_process_ptr process;
17 cm::uv_signal_ptr signal;
18 cm::uv_stream_ptr stream;
19 cm::uv_timer_ptr timer;
20 cm::uv_tty_ptr tty;
21 return !async && !handle && !idle && !pipe && !process && !signal &&
22 !stream && !timer && !tty;
23}
24
25static bool testIdle()
26{

Callers 1

testUVHandlePtrFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…