MCPcopy 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
332db::Cell *
333CellViewRef::ctx_cell () const
334{
335 return is_valid () ? mp_cv->ctx_cell () : 0;
336}
337
338db::Cell *
339CellViewRef::cell () const

Callers 2

test_2Method · 0.80
max_hier_levelMethod · 0.80

Calls 1

is_validFunction · 0.70

Tested by 1

test_2Method · 0.64