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

Method assert_equal

tests/testing.h:212–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210
211 template <typename A, typename B>
212 bool assert_equal(const A &expected, const B &actual) {
213 return assert_equal("", expected, actual);
214 }
215
216 template <typename A, typename B>
217 bool assert_equal(const std::string &msg, const A &expected, const B &actual) {

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected