MCPcopy Create free account
hub / github.com/RaftLib/RaftLib / insert

Method insert

src/mapbase.cpp:93–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void
94MapBase::insert( raft::kernel *a, PortInfo &a_out,
95 raft::kernel *b, PortInfo &b_in,
96 raft::kernel *i)
97{
98 PortInfo &i_in( i->input.getPortInfoFor( "0" ) ),
99 &i_out( i->output.getPortInfoFor( "0" ) );
100 join( *a, a_out.my_name, a_out,
101 *i, i_in.my_name, i_in );
102 join( *i, i_out.my_name, i_out,
103 *b, b_in.my_name, b_in );
104}
105
106void MapBase::portNotFound( const bool src,
107 const AmbiguousPortAssignmentException &ex,

Callers 5

BFSMethod · 0.45
__BFSMethod · 0.45
initializeMethod · 0.45
enableDuplicationMethod · 0.45
get_graph_infoMethod · 0.45

Calls 1

joinClass · 0.85

Tested by

no test coverage detected