MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / First

Method First

engine/Poseidon/IO/Streams/QBStream.cpp:1100–1107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1098{
1099 EXCLUSIVE();
1100 // clear variables that are not part of Global structure
1101 _files.Clear();
1102 _fileAccess.Free();
1103 if (_handle)
1104 {
1105 CloseHandle(_handle), _handle = nullptr;
1106 }
1107 if (_handleOverlapped)
1108 {
1109 CloseHandle(_handleOverlapped), _handleOverlapped = nullptr;
1110 }

Callers 8

ClearMethod · 0.45
ResolveFileInDirFunction · 0.45
LoadBanksFunction · 0.45
scanNamesFunction · 0.45
test_cachelist.cppFile · 0.45

Calls 1

_findfirstFunction · 0.85

Tested by 1

scanNamesFunction · 0.36