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

Function main

smallthinker/tests/test-chat-parser.cpp:344–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344int main() {
345 test_positions();
346 test_json_with_dumped_args_no_args();
347 test_json_with_dumped_args();
348 test_reasoning();
349 test_regex();
350 std::cout << "All tests passed!\n";
351 return 0;
352}

Callers

nothing calls this directly

Calls 5

test_positionsFunction · 0.85
test_reasoningFunction · 0.85
test_regexFunction · 0.70

Tested by

no test coverage detected