Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2074
bool
2075
LayerPropertiesNodeRef::is_valid () const
2076
{
2077
return !m_iter.is_null () && !m_iter.at_end () && view ();
2078
}
2079
2080
void
2081
LayerPropertiesNodeRef::need_realize (unsigned int flags, bool force)
Callers
3
execute
Method · 0.45
overall_bbox
Method · 0.45
bbox
Method · 0.45
Calls
3
view
Function · 0.70
is_null
Method · 0.45
at_end
Method · 0.45
Tested by
no test coverage detected