MCPcopy Create free account
hub / github.com/GNOME/gjs / test_toggle_queue_unlock_empty

Function test_toggle_queue_unlock_empty

test/gjs-test-toggle-queue.cpp:140–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140static void test_toggle_queue_unlock_empty(GjsUnitTestFixture*, const void*) {
141 assert_equal(ToggleQueue::get_default()->cancel(nullptr), false, false);
142}
143
144static void test_toggle_queue_unlock_same_thread(GjsUnitTestFixture*,
145 const void*) {

Callers

nothing calls this directly

Calls 2

assert_equalFunction · 0.85
cancelMethod · 0.45

Tested by

no test coverage detected