MCPcopy Create free account
hub / github.com/Ahli/Galaxy-Observer-UI / CleanUpFind

Function CleanUpFind

tools/CascExtractor/CascExtractor/CascExtractor.cpp:155–160  ·  view source on GitHub ↗

HANDLE of the Find

Source from the content-addressed store, hash-verified

153/// </summary>
154/// <param name="hFind">HANDLE of the Find</param>
155static bool CleanUpFind(HANDLE hFind) noexcept {
156 if (hFind) {
157 return CascFindClose(hFind);
158 }
159 return true;
160}
161
162
163

Callers 1

CleanUpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected