Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ ctx_cell
Method
ctx_cell
src/laybasic/laybasic/layCellView.cc:332–336 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
330
}
331
332
db::Cell *
333
CellViewRef::ctx_cell () const
334
{
335
return is_valid () ? mp_cv->ctx_cell () : 0;
336
}
337
338
db::Cell *
339
CellViewRef::cell () const
Callers
2
test_2
Method · 0.80
max_hier_level
Method · 0.80
Calls
1
is_valid
Function · 0.70
Tested by
1
test_2
Method · 0.64