Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
142
void ConnectionList::add( Connection &&target )
143
{
144
mConnections.emplace_back( std::move( target ) );
145
}
146
147
void ConnectionList::clear()
148
{
Callers
3
loadUrl
Method · 0.45
selectNode
Method · 0.45
imageLoaded
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected