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

Function close_cellview

src/laybasic/laybasic/gsiDeclLayCellView.cc:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117static void close_cellview (lay::CellViewRef *cv)
118{
119 if (cv->is_valid ()) {
120 cv->view ()->erase_cellview (cv->index ());
121 }
122}
123
124static std::string get_cell_name (const lay::CellViewRef *cv)
125{

Callers

nothing calls this directly

Calls 4

erase_cellviewMethod · 0.80
is_validMethod · 0.45
viewMethod · 0.45
indexMethod · 0.45

Tested by

no test coverage detected