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

Function name

src/laybasic/laybasic/gsiDeclLayCellView.cc:52–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52static std::string name (const lay::CellViewRef *cv)
53{
54 if (cv->handle ()) {
55 return cv->handle ()->name ();
56 } else {
57 return std::string ();
58 }
59}
60
61static void set_name (lay::CellViewRef *cv, const std::string &name)
62{

Callers 15

LayoutHandleMethod · 0.70
~LayoutHandleMethod · 0.70
layer_propsMethod · 0.70
color_indexMethod · 0.70
writeMethod · 0.70
display_textMethod · 0.50
by_name_less_thanMethod · 0.50
name_less_thanMethod · 0.50
name_equalsMethod · 0.50
name_matchesMethod · 0.50
HelpAboutDialogMethod · 0.50

Calls 3

stringFunction · 0.50
handleMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected