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

Method Test_Finish

BeefRT/rt/Internal.cpp:836–845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

834}
835
836void Internal::Test_Finish()
837{
838 TestString(":TestFinish\n");
839
840 if (gClientPipe != NULL)
841 {
842 BfpFile_Release(gClientPipe);
843 gClientPipe = NULL;
844 }
845}
846
847///
848

Callers

nothing calls this directly

Calls 2

TestStringFunction · 0.85
BfpFile_ReleaseFunction · 0.50

Tested by

no test coverage detected