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

Function cv_descend

src/laybasic/laybasic/gsiDeclLayCellView.cc:133–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133static void cv_descend (lay::CellViewRef *cv, const std::vector<db::InstElement> &path)
134{
135 if (cv->is_valid ()) {
136 cv->view ()->descend (path, cv->index ());
137 }
138}
139
140static void cv_ascend (lay::CellViewRef *cv)
141{

Callers

nothing calls this directly

Calls 4

is_validMethod · 0.45
descendMethod · 0.45
viewMethod · 0.45
indexMethod · 0.45

Tested by

no test coverage detected