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

Method map_to_unknown

src/db/db/dbNetlistCompareCore.cc:226–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224 }
225
226 static void map_to_unknown (TentativeNodeMapping *nm, NetGraph *g1, size_t n1)
227 {
228 g1->identify (n1, unknown_id);
229 if (nm) {
230 nm->keep (g1, n1);
231 }
232 }
233
234 static void derive_device_equivalence (TentativeNodeMapping *nm, size_t n1, size_t n2,
235 const DeviceMapperForTargetNode &dm1, const DeviceMapperForTargetNode &dm2, DeviceEquivalenceTracker &device_eq, size_t depth)

Callers

nothing calls this directly

Calls 1

keepMethod · 0.45

Tested by

no test coverage detected