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

Function validate_instance

src/db/db/dbLayoutQuery.cc:674–681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672 }
673
674 void validate_instance ()
675 {
676 // during modification or delete, instances may vanish while iterating,
677 // hence we need to check during iteration
678 while (m_inst != m_inst_end && !mp_parent->is_valid (instance ())) {
679 ++m_inst;
680 }
681 }
682
683 void next_valid_instance ()
684 {

Callers 2

next_valid_instanceFunction · 0.85
resetFunction · 0.85

Calls 2

instanceFunction · 0.70
is_validMethod · 0.45

Tested by

no test coverage detected