Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
126
static bool has_name (const lay::LayerProperties *n, bool real)
127
{
128
return n->source (real).has_name ();
129
}
130
131
static bool has_name_1 (const lay::LayerProperties *n)
132
{
Callers
3
layer_props
Method · 0.70
color_index
Method · 0.70
is_wildcard_layer
Method · 0.70
Calls
1
source
Method · 0.45
Tested by
no test coverage detected