MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / find

Method find

programs/git-import/git-import.cpp:642–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640 }
641
642 const Commit * find(uint32_t num)
643 {
644 walk(num);
645
646// std::cerr << "current_idx: " << current_idx << ", num: " << num << "\n";
647
648 if (current_idx == num && it != lines.end())
649 return &*it;
650 return {};
651 }
652
653 void addLine(uint32_t num, Commit commit)
654 {

Callers 15

generateMethod · 0.45
getCommandByNameMethod · 0.45
initializeMethod · 0.45
addExpectedNodeMethod · 0.45
runBenchmarkFromLogMethod · 0.45
captureCommandFunction · 0.45
manageClickHouseUserFunction · 0.45
mainEntryClickHouseSUFunction · 0.45
dumpSessionsFunction · 0.45
sanityChecksFunction · 0.45
renderStringMethod · 0.45

Calls 1

endMethod · 0.45

Tested by

no test coverage detected