MCPcopy 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
215void AirWiresBuilder::addEdge(int p1, int p2) noexcept {
216 mImpl->addEdge(p1, p2);
217}
218
219AirWiresBuilder::AirWires AirWiresBuilder::buildAirWires() noexcept {
220 return mImpl->buildAirWires();

Callers 2

TEST_FFunction · 0.45
foreachFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36