MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / load

Method load

Source/Cache/SkeletonCache.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56SkeletonData* SkeletonCache::load(String spineStr) {
57 std::string skelFile, atlasFile;
58 std::tie(skelFile, atlasFile) = getFileFromStr(spineStr);
59 return load(skelFile, atlasFile);
60}
61
62SkeletonData* SkeletonCache::load(String skelFile, String atlasFile) {
63 std::string skelPath = SharedContent.getFullPath(skelFile);

Callers

nothing calls this directly

Calls 15

getFullPathMethod · 0.80
getErrorMethod · 0.80
bufferMethod · 0.80
getSkelMethod · 0.80
loadFunction · 0.70
findMethod · 0.65
loadMethod · 0.65
toStringMethod · 0.65
getMethod · 0.65
ErrorEnum · 0.50
hashFunction · 0.50
createFunction · 0.50

Tested by

no test coverage detected