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

Method is_wildcard_layer

src/laybasic/laybasic/layParsedLayerSource.cc:1584–1588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1582}
1583
1584bool
1585ParsedLayerSource::is_wildcard_layer () const
1586{
1587 return (m_special_purpose == SP_None && ! has_name () && m_layer < 0 && m_datatype < 0 && m_layer_index < 0);
1588}
1589
1590bool
1591ParsedLayerSource::match (const db::LayerProperties &lp) const

Callers 2

do_realizeMethod · 0.80
expandMethod · 0.80

Calls 1

has_nameFunction · 0.70

Tested by

no test coverage detected