MCPcopy Create free account
hub / github.com/XorTroll/Goldleaf / UnregisterMountedExplorer

Function UnregisterMountedExplorer

Goldleaf/source/fs/fs_FileSystem.cpp:169–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 }
168
169 void UnregisterMountedExplorer(Explorer *exp) {
170 auto it = std::find(g_MountedExplorers.begin(), g_MountedExplorers.end(), exp);
171 if(it != g_MountedExplorers.end()) {
172 DeleteExplorer(*it);
173 g_MountedExplorers.erase(it);
174 }
175 }
176
177}

Callers 1

Calls 1

DeleteExplorerFunction · 0.85

Tested by

no test coverage detected