Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/David-Haim/concurrencpp
/ assert_false
Function
assert_false
test/source/infra/assertions.cpp:100–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
void assert_false(bool condition) {
101
if (condition) {
102
std::cerr <<
"assertion failed. expected: [false] actual: [true]."
;
103
std::abort();
104
}
105
}
106
} // namespace concurrencpp::tests
Callers
15
test_runtime_constructor
Method · 0.85
test_scoped_async_lock_constructor_impl
Method · 0.85
test_scoped_async_lock_lock
Method · 0.85
test_scoped_async_lock_try_lock
Method · 0.85
test_scoped_async_lock_unlock
Method · 0.85
test_scoped_async_lock_swap
Method · 0.85
test_scoped_async_lock_release
Method · 0.85
test_async_lock_try_lock
Method · 0.85
test_task_constructor
Method · 0.85
test_task_move_constructor
Method · 0.85
test_task_clear
Method · 0.85
test_task_call_operator_test_1
Method · 0.85
Calls
no outgoing calls
Tested by
15
test_runtime_constructor
Method · 0.68
test_scoped_async_lock_constructor_impl
Method · 0.68
test_scoped_async_lock_lock
Method · 0.68
test_scoped_async_lock_try_lock
Method · 0.68
test_scoped_async_lock_unlock
Method · 0.68
test_scoped_async_lock_swap
Method · 0.68
test_scoped_async_lock_release
Method · 0.68
test_async_lock_try_lock
Method · 0.68
test_task_constructor
Method · 0.68
test_task_move_constructor
Method · 0.68
test_task_clear
Method · 0.68
test_task_call_operator_test_1
Method · 0.68