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

Method check

src/laybasic/laybasic/layParsedLayerSource.cc:582–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580}
581
582bool
583PropertySelector::check (db::properties_id_type id) const
584{
585 if (is_null ()) {
586 return true;
587 } else {
588 return mp_base->check (db::properties (id));
589 }
590}
591
592bool
593PropertySelector::matching (std::set<db::properties_id_type> &ids) const

Callers 3

checkMethod · 0.45
checkMethod · 0.45

Calls 2

propertiesFunction · 0.85
is_nullFunction · 0.70

Tested by

no test coverage detected