Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ get_name
Function
get_name
src/laybasic/laybasic/gsiDeclLayLayers.cc:116–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
static std::string get_name (const lay::LayerProperties *n, bool real)
117
{
118
return n->source (real).name ();
119
}
120
121
static std::string get_name_1 (const lay::LayerProperties *n)
122
{
Callers
3
reload
Function · 0.85
load
Method · 0.85
rename
Method · 0.85
Calls
2
name
Method · 0.45
source
Method · 0.45
Tested by
no test coverage detected