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

Method startupImpl

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

Source from the content-addressed store, hash-verified

468}
469
470void CreateRequestGenerator::startupImpl(const ListChildrenFn & list_children, const TaggedPaths * tagged_paths)
471{
472 parent_path.initialize(list_children, tagged_paths);
473}
474
475void CreateRequestGenerator::setSeedImpl(uint64_t seed)
476{

Callers

nothing calls this directly

Calls 2

initializeMethod · 0.45
startupMethod · 0.45

Tested by

no test coverage detected