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

Function has_name

src/laybasic/laybasic/gsiDeclLayLayers.cc:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126static bool has_name (const lay::LayerProperties *n, bool real)
127{
128 return n->source (real).has_name ();
129}
130
131static bool has_name_1 (const lay::LayerProperties *n)
132{

Callers 3

layer_propsMethod · 0.70
color_indexMethod · 0.70
is_wildcard_layerMethod · 0.70

Calls 1

sourceMethod · 0.45

Tested by

no test coverage detected