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

Method is_valid

src/laybasic/laybasic/layLayerProperties.cc:2074–2078  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2072}
2073
2074bool
2075LayerPropertiesNodeRef::is_valid () const
2076{
2077 return !m_iter.is_null () && !m_iter.at_end () && view ();
2078}
2079
2080void
2081LayerPropertiesNodeRef::need_realize (unsigned int flags, bool force)

Callers 3

executeMethod · 0.45
overall_bboxMethod · 0.45
bboxMethod · 0.45

Calls 3

viewFunction · 0.70
is_nullMethod · 0.45
at_endMethod · 0.45

Tested by

no test coverage detected