MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / Close

Method Close

src/cryptlib/forkjoin.cpp:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void Fork::Close()
45{
46 InputFinished();
47
48 for (unsigned int i=0; i<numberOfPorts; i++)
49 outPorts[i]->Close();
50}
51
52void Fork::Put(byte inByte)
53{

Callers 3

DetachMethod · 0.45
NotifyCloseMethod · 0.45
DetachMethod · 0.45

Calls 1

NotifyCloseMethod · 0.80

Tested by

no test coverage detected