Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
140
static void cv_ascend (lay::CellViewRef *cv)
141
{
142
if (cv->is_valid ()) {
143
cv->view ()->ascend (cv->index ());
144
}
145
}
146
147
static bool cv_is_cell_hidden (lay::CellViewRef *cv, const db::Cell *cell)
148
{
Callers
nothing calls this directly
Calls
4
is_valid
Method · 0.45
ascend
Method · 0.45
view
Method · 0.45
index
Method · 0.45
Tested by
no test coverage detected