MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / assert_true

Method assert_true

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;

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected