MCPcopy Create free account
hub / github.com/ByConity/ByConity / fuzzMain

Method fuzzMain

programs/client/QueryFuzzer.cpp:646–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644}
645
646void QueryFuzzer::fuzzMain(ASTPtr & ast)
647{
648 current_ast_depth = 0;
649 debug_visited_nodes.clear();
650 debug_top_ast = *
651
652 collectFuzzInfoMain(ast);
653 fuzz(ast);
654
655 std::cout << std::endl;
656 WriteBufferFromOStream ast_buf(std::cout, 4096);
657 formatAST(*ast, ast_buf, false /*highlight*/);
658 ast_buf.next();
659 std::cout << std::endl << std::endl;
660}
661
662}

Callers 1

processWithFuzzingMethod · 0.80

Calls 3

formatASTFunction · 0.85
clearMethod · 0.45
nextMethod · 0.45

Tested by

no test coverage detected