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

Function find_layer2

src/db/db/gsiDeclDbLayout.cc:554–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552}
553
554static tl::Variant find_layer2 (db::Layout *l, int ln, int dn)
555{
556 return find_layer (l, db::LayerProperties (ln, dn));
557}
558
559static tl::Variant find_layer3 (db::Layout *l, int ln, int dn, const std::string &name)
560{

Callers

nothing calls this directly

Calls 2

find_layerFunction · 0.70
LayerPropertiesClass · 0.70

Tested by

no test coverage detected