MCPcopy Index your code
hub / github.com/appdevforall/CodeOnTheGo / equals

Function equals

subprojects/llama.cpp/tests/test-chat.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

assert_equalsFunction · 0.85
isBiggerThanMethod · 0.85

Calls 1

normalizeFunction · 0.85

Tested by

no test coverage detected