| 115 | } |
| 116 | |
| 117 | static void close_cellview (lay::CellViewRef *cv) |
| 118 | { |
| 119 | if (cv->is_valid ()) { |
| 120 | cv->view ()->erase_cellview (cv->index ()); |
| 121 | } |
| 122 | } |
| 123 | |
| 124 | static std::string get_cell_name (const lay::CellViewRef *cv) |
| 125 | { |
nothing calls this directly
no test coverage detected