MCPcopy Create free account
hub / github.com/cocos/cocos-engine / getValueVectorFromFile

Method getValueVectorFromFile

native/cocos/platform/FileUtils.cpp:296–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296ValueVector 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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected