MCPcopy 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
116static std::string get_name (const lay::LayerProperties *n, bool real)
117{
118 return n->source (real).name ();
119}
120
121static std::string get_name_1 (const lay::LayerProperties *n)
122{

Callers 3

reloadFunction · 0.85
loadMethod · 0.85
renameMethod · 0.85

Calls 2

nameMethod · 0.45
sourceMethod · 0.45

Tested by

no test coverage detected