| 106 | } |
| 107 | |
| 108 | static void set_cell (lay::CellViewRef *cv, db::Cell *cell) |
| 109 | { |
| 110 | if (! cell) { |
| 111 | cv->reset_cell (); |
| 112 | } else { |
| 113 | cv->set_cell (cell->cell_index ()); |
| 114 | } |
| 115 | } |
| 116 | |
| 117 | static void close_cellview (lay::CellViewRef *cv) |
| 118 | { |
no test coverage detected