| 294 | } |
| 295 | |
| 296 | ValueVector FileUtils::getValueVectorFromFile(const ccstd::string &filename) { |
| 297 | const ccstd::string fullPath = fullPathForFilename(filename); |
| 298 | DictMaker tMaker; |
| 299 | return tMaker.arrayWithContentsOfFile(fullPath); |
| 300 | } |
| 301 | |
| 302 | /* |
| 303 | * forward statement |
nothing calls this directly
no test coverage detected