| 468 | } |
| 469 | |
| 470 | void CreateRequestGenerator::startupImpl(const ListChildrenFn & list_children, const TaggedPaths * tagged_paths) |
| 471 | { |
| 472 | parent_path.initialize(list_children, tagged_paths); |
| 473 | } |
| 474 | |
| 475 | void CreateRequestGenerator::setSeedImpl(uint64_t seed) |
| 476 | { |
nothing calls this directly
no test coverage detected