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

Method Attach

src/cryptlib/forkjoin.cpp:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void Fork::Attach(BufferedTransformation *newOut)
37{
38 if (outPorts[currentPort]->Attachable())
39 outPorts[currentPort]->Attach(newOut);
40 else
41 Detach(newOut);
42}
43
44void Fork::Close()
45{

Callers

nothing calls this directly

Calls 1

AttachableMethod · 0.45

Tested by

no test coverage detected