Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ update_needed
Method
update_needed
src/db/db/dbLayout.cc:2034–2038 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2032
}
2033
2034
bool
2035
Layout::update_needed () const
2036
{
2037
return hier_dirty () || bboxes_dirty ();
2038
}
2039
2040
void
2041
Layout::do_update ()
Callers
2
dbLayoutTests.cc
File · 0.80
write
Method · 0.80
Calls
1
hier_dirty
Function · 0.85
Tested by
no test coverage detected