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

Function next_valid_instance

src/db/db/dbLayoutQuery.cc:683–687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

681 }
682
683 void next_valid_instance ()
684 {
685 ++m_inst;
686 validate_instance ();
687 }
688
689 virtual void reset (FilterStateBase *previous)
690 {

Callers 2

resetFunction · 0.85
nextFunction · 0.85

Calls 1

validate_instanceFunction · 0.85

Tested by

no test coverage detected