MCPcopy Create free account
hub / github.com/MyGUI/mygui / isDataExist

Method isDataExist

Wrappers/MyGUI_Export/MyGUI_ExportDataManager.cpp:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64
65 bool ExportDataManager::isDataExist(const std::string& _name) const
66 {
67 const VectorString& files = getDataListNames(_name);
68 return !files.empty();
69 }
70
71 const VectorString& ExportDataManager::getDataListNames(const std::string& _pattern) const
72 {

Callers 4

loadMethod · 0.45
tryToApplyPropertyMethod · 0.45
checkParseFileNameFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected