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