MCPcopy Create free account
hub / github.com/beefytech/Beef / ~FileEnumerator

Method ~FileEnumerator

BeefySysLib/util/FileEnumerator.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59FileEnumerator::~FileEnumerator()
60{
61 if (mFindData != NULL)
62 BfpFindFileData_Release(mFindData);
63}
64
65bool FileEnumerator::Next()
66{

Callers

nothing calls this directly

Calls 1

BfpFindFileData_ReleaseFunction · 0.50

Tested by

no test coverage detected