MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / equals

Function equals

smallthinker/tests/test-chat.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60template <class T> static bool equals(const T & expected, const T & actual) {
61 return expected == actual;
62}
63
64static common_chat_msg normalize(const common_chat_msg & msg) {
65 common_chat_msg normalized = msg;

Callers 1

assert_equalsFunction · 0.85

Calls 1

normalizeFunction · 0.70

Tested by

no test coverage detected