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

Function DeleteExplorer

Goldleaf/source/fs/fs_FileSystem.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49 template<typename T>
50 inline void DeleteExplorer(T *&exp) {
51 if(exp != nullptr) {
52 delete exp;
53 exp = nullptr;
54 }
55 }
56
57 template<typename T>
58 inline bool IsExplorer(T *&exp, const std::string &mount_name) {

Callers 4

GetRemotePCExplorerFunction · 0.85
GetDriveExplorerFunction · 0.85
FinalizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected