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

Method getValueMapFromData

core/platform/FileUtils.cpp:350–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350ValueMap FileUtils::getValueMapFromData(const char* filedata, int filesize) const
351{
352 DictMaker tMaker;
353 return tMaker.dictionaryWithDataOfFile(filedata, filesize);
354}
355
356ValueVector FileUtils::getValueVectorFromFile(std::string_view filename) const
357{

Callers 2

loadMethod · 0.80

Calls 1

Tested by

no test coverage detected