MCPcopy Create free account
hub / github.com/axmolengine/axmol / getValueVectorFromFile

Method getValueVectorFromFile

core/platform/FileUtils.cpp:356–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356ValueVector 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

Callers 1

FileUtilsTests.cppFile · 0.80

Calls 1

Tested by

no test coverage detected