MCPcopy 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_nativeFunction · 0.80
test_example_qwen3_coderFunction · 0.80
test_hasherFunction · 0.80
test_template_cppFunction · 0.80
test_template_pyFunction · 0.80
test_fuzzingFunction · 0.80
test_json_parserFunction · 0.80

Calls 1

emptyMethod · 0.65

Tested by

no test coverage detected