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

Function set_name

src/laybasic/laybasic/gsiDeclLayLayoutHandle.cc:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72static void set_name (lay::LayoutHandleRef *ref, const std::string &name)
73{
74 tl_assert (ref->get () != 0);
75 ref->get ()->rename (name, true);
76}
77
78static db::Layout *layout (const lay::LayoutHandleRef *ref)
79{

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
renameMethod · 0.45

Tested by

no test coverage detected