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

Function equals

tests/test-chat.cpp:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71template <class T> static bool equals(const T & expected, const T & actual) {
72 return expected == actual;
73}
74
75static common_chat_msg normalize(const common_chat_msg & msg) {
76 common_chat_msg normalized = msg;

Callers 1

assert_equalsFunction · 0.85

Calls 1

normalizeFunction · 0.85

Tested by

no test coverage detected