MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / main

Function main

subprojects/llama.cpp/tests/test-chat-parser.cpp:608–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606}
607
608int main() {
609 test_positions();
610 test_json_with_dumped_args_no_args();
611 test_json_with_dumped_args();
612 test_reasoning();
613 test_regex();
614 test_deepseek_v3_1_tool_calls();
615 std::cout << "All tests passed!\n";
616 return 0;
617}

Callers

nothing calls this directly

Calls 6

test_positionsFunction · 0.85
test_reasoningFunction · 0.85
test_regexFunction · 0.70

Tested by

no test coverage detected