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

Method matching

src/laybasic/laybasic/layParsedLayerSource.cc:592–600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590}
591
592bool
593PropertySelector::matching (std::set<db::properties_id_type> &ids) const
594{
595 if (is_null ()) {
596 return true;
597 } else {
598 return mp_base->selection (ids);
599 }
600}
601
602// --------------------------------------------------------------------------
603// PartialTreeSelector implementation

Callers 2

do_realizeMethod · 0.80

Calls 2

is_nullFunction · 0.70
selectionMethod · 0.45

Tested by

no test coverage detected