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

Function cv_ascend

src/laybasic/laybasic/gsiDeclLayCellView.cc:140–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140static void cv_ascend (lay::CellViewRef *cv)
141{
142 if (cv->is_valid ()) {
143 cv->view ()->ascend (cv->index ());
144 }
145}
146
147static bool cv_is_cell_hidden (lay::CellViewRef *cv, const db::Cell *cell)
148{

Callers

nothing calls this directly

Calls 4

is_validMethod · 0.45
ascendMethod · 0.45
viewMethod · 0.45
indexMethod · 0.45

Tested by

no test coverage detected