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

Method startup

programs/keeper-bench/Generator.cpp:360–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358}
359
360void RequestGetter::startup(const ListChildrenFn & list_children, const TaggedPaths * tagged_paths)
361{
362 for (const auto & request_generator : request_generators)
363 request_generator->startup(list_children, tagged_paths);
364}
365
366void RequestGetter::setSeed(uint64_t seed)
367{

Callers 1

startupImplMethod · 0.45

Calls 6

randomSeedFunction · 0.85
getDefaultACLsFunction · 0.85
hasMethod · 0.45
getUInt64Method · 0.45
setSeedMethod · 0.45
descriptionMethod · 0.45

Tested by

no test coverage detected