Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
static 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
78
static db::Layout *layout (const lay::LayoutHandleRef *ref)
79
{
Callers
nothing calls this directly
Calls
2
get
Method · 0.45
rename
Method · 0.45
Tested by
no test coverage detected