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

Function find_layer1

src/db/db/gsiDeclDbLayout.cc:549–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547}
548
549static tl::Variant find_layer1 (db::Layout *l, const std::string &name)
550{
551 return find_layer (l, db::LayerProperties (name));
552}
553
554static tl::Variant find_layer2 (db::Layout *l, int ln, int dn)
555{

Callers

nothing calls this directly

Calls 2

find_layerFunction · 0.70
LayerPropertiesClass · 0.70

Tested by

no test coverage detected