MCPcopy Create free account
hub / github.com/beefytech/Beef / Restart

Method Restart

BeefySysLib/platform/win/Platform.cpp:649–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

647 }
648
649 void Restart()
650 {
651 mDirectoryChangeFunc(this, mUserData, BfpFileChangeKind_Failed, mPath.c_str(), NULL, NULL);
652 OutputDebugStrF("Restarting directory monitor for %s\n", mPath.c_str());
653 Monitor();
654 }
655
656 virtual void Completed(int errorCode, int numBytes, OVERLAPPED* overlapped) override
657 {

Callers 1

WorkerProcMethod · 0.80

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected