MCPcopy Create free account
hub / github.com/dfranx/ImFileDialog / HasResult

Method HasResult

ImFileDialog.h:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 bool IsDone(const std::string& key);
33
34 inline bool HasResult() { return m_result.size(); }
35 inline const std::filesystem::path& GetResult() { return m_result[0]; }
36 inline const std::vector<std::filesystem::path>& GetResults() { return m_result; }
37

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected