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

Function hier_dirty

src/db/db/dbLayoutStateModel.h:134–137  ·  view source on GitHub ↗

* @brief The "dirty hierarchy" attribute * * This attribute is true, if the hierarchy has changed since the last "update" call */

Source from the content-addressed store, hash-verified

132 * This attribute is true, if the hierarchy has changed since the last "update" call
133 */
134 bool hier_dirty () const
135 {
136 return m_hier_dirty;
137 }
138
139 /**
140 * @brief Gets the hierarchy generation ID

Callers 4

force_update_no_lockMethod · 0.85
updateMethod · 0.85
update_neededMethod · 0.85
do_updateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected