Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
void Fork::Close()
45
{
46
InputFinished();
47
48
for (unsigned int i=0; i<numberOfPorts; i++)
49
outPorts[i]->Close();
50
}
51
52
void Fork::Put(byte inByte)
53
{
Callers
3
Detach
Method · 0.45
NotifyClose
Method · 0.45
Detach
Method · 0.45
Calls
1
NotifyClose
Method · 0.80
Tested by
no test coverage detected