Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibrePCB/LibrePCB
/ addEdge
Method
addEdge
libs/librepcb/core/algorithm/airwiresbuilder.cpp:215–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
}
214
215
void AirWiresBuilder::addEdge(int p1, int p2) noexcept {
216
mImpl->addEdge(p1, p2);
217
}
218
219
AirWiresBuilder::AirWires AirWiresBuilder::buildAirWires() noexcept {
220
return mImpl->buildAirWires();
Callers
2
TEST_F
Function · 0.45
foreach
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.36