Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tripwire/tripwire-open-source
/ Put
Method
Put
src/cryptlib/forkjoin.cpp:52–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
void Fork::Put(byte inByte)
53
{
54
for (unsigned int i=0; i<numberOfPorts; i++)
55
outPorts[i]->Put(inByte);
56
}
57
58
void Fork::Put(const byte *inString, unsigned int length)
59
{
Callers
nothing calls this directly
Calls
1
NotifyInput
Method · 0.80
Tested by
no test coverage detected