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