MCPcopy Create free account
hub / github.com/cseagle/blc / removeFromFlowSplit

Method removeFromFlowSplit

block.cc:1517–1532  ·  view source on GitHub ↗

Remove the given FlowBlock from the flow of the graph. It must have 2 inputs, and 2 outputs. The edges will be remapped so that - In(0) -> Out(0) and - In(1) -> Out(1) Or if \b flipflow is true: - In(0) -> Out(1) - In(1) -> Out(0) \param bl is the given FlowBlock \param flipflow indicates how the edges are remapped

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

executeMethod · 0.45

Calls 4

LowlevelErrorClass · 0.85
sizeInMethod · 0.80
sizeOutMethod · 0.80
replaceEdgesThruMethod · 0.80

Tested by

no test coverage detected