| 2752 | std::vector<Dictionary> data; |
| 2753 | std::list<std::set<std::size_t>> inputs_list; |
| 2754 | ConsistencyTestData() |
| 2755 | : is_built(false) { |
| 2756 | |
| 2757 | }; |
| 2758 | void build() { |
| 2759 | if (is_built) { |
| 2760 | return; |
nothing calls this directly
no outgoing calls
no test coverage detected