| 354 | } |
| 355 | |
| 356 | ValueVector FileUtils::getValueVectorFromFile(std::string_view filename) const |
| 357 | { |
| 358 | const std::string fullPath = fullPathForFilename(filename); |
| 359 | DictMaker tMaker; |
| 360 | return tMaker.arrayWithContentsOfFile(fullPath); |
| 361 | } |
| 362 | |
| 363 | /* |
| 364 | * forward statement |
no test coverage detected