Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ assert_true
Method
assert_true
subprojects/llama.cpp/tests/testing.h:193–195 ·
view source on GitHub ↗
Assertions
Source
from the content-addressed store, hash-verified
191
192
// Assertions
193
bool assert_true(bool cond) {
194
return assert_true(
""
, cond);
195
}
196
197
bool assert_true(const std::string &msg, bool cond) {
198
++assertions;
Callers
7
test_example_native
Function · 0.80
test_example_qwen3_coder
Function · 0.80
test_hasher
Function · 0.80
test_template_cpp
Function · 0.80
test_template_py
Function · 0.80
test_fuzzing
Function · 0.80
test_json_parser
Function · 0.80
Calls
1
empty
Method · 0.65
Tested by
no test coverage detected