MCPcopy Create free account
hub / github.com/aiekick/ImGuiFileDialog / create

Method create

ImGuiFileDialog.cpp:1756–1758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1754}
1755
1756std::shared_ptr<IGFD::FileInfos> IGFD::FileInfos::create() {
1757 return std::make_shared<IGFD::FileInfos>();
1758}
1759
1760bool IGFD::FileInfos::SearchForTag(const std::string& vTag) const {
1761 if (!vTag.empty()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected