MCPcopy Create free account
hub / github.com/cinder/Cinder / add

Method add

src/cinder/Signals.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void ConnectionList::add( Connection &&target )
143{
144 mConnections.emplace_back( std::move( target ) );
145}
146
147void ConnectionList::clear()
148{

Callers 3

loadUrlMethod · 0.45
selectNodeMethod · 0.45
imageLoadedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected