MCPcopy Create free account
hub / github.com/KLayout/klayout / keep

Method keep

src/db/db/dbNetlistCompareCore.cc:300–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298 std::vector<std::pair<SubCircuitEquivalenceTracker *, std::pair<const db::SubCircuit *, const db::SubCircuit *> > > m_to_undo_subcircuits;
299
300 void keep (NetGraph *g1, size_t n1)
301 {
302 m_to_undo.push_back (std::make_pair (g1, n1));
303 }
304
305 void keep_for_unknown (NetGraph *g1, size_t n1)
306 {

Callers 15

keep_dssMethod · 0.45
register_device_classMethod · 0.45
map_pairMethod · 0.45
map_to_unknownMethod · 0.45
set_reference_netlistMethod · 0.45
new_extentsFunction · 0.45
new_edgesFunction · 0.45
new_polygonsFunction · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected