| 252 | int suffix_count = 0; |
| 253 | |
| 254 | explicit PImpl(const BehaviorTreeFactory& fact) |
| 255 | : factory(&fact), current_path(std::filesystem::current_path()) |
| 256 | {} |
| 257 | |
| 258 | void clear() |
| 259 | { |
nothing calls this directly
no outgoing calls
no test coverage detected