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

Function RegisterMountedExplorer

Goldleaf/source/fs/fs_FileSystem.cpp:165–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 }
164
165 void RegisterMountedExplorer(Explorer *exp) {
166 g_MountedExplorers.push_back(exp);
167 }
168
169 void UnregisterMountedExplorer(Explorer *exp) {
170 auto it = std::find(g_MountedExplorers.begin(), g_MountedExplorers.end(), exp);

Callers 1

AddMountedExplorerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected