Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kenix3/libultraship
/ SListFileFindClose
Function
SListFileFindClose
extern/StormLib/src/SFileListFile.cpp:698–703 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
696
}
697
698
bool WINAPI SListFileFindClose(HANDLE hFind)
699
{
700
TListFileCache * pCache = (TListFileCache *)hFind;
701
702
return FreeListFileCache(pCache);
703
}
704
Callers
2
TestOnLocalListFile
Function · 0.85
FindFiles
Method · 0.85
Calls
1
FreeListFileCache
Function · 0.85
Tested by
1
TestOnLocalListFile
Function · 0.68