MCPcopy 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
2034bool
2035Layout::update_needed () const
2036{
2037 return hier_dirty () || bboxes_dirty ();
2038}
2039
2040void
2041Layout::do_update ()

Callers 2

dbLayoutTests.ccFile · 0.80
writeMethod · 0.80

Calls 1

hier_dirtyFunction · 0.85

Tested by

no test coverage detected