Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ is_valid
Function
is_valid
src/laybasic/laybasic/gsiDeclLayLayoutHandle.cc:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
static bool is_valid (const lay::LayoutHandleRef *ref)
62
{
63
return ref->get () != 0;
64
}
65
66
static const std::string &name (const lay::LayoutHandleRef *ref)
67
{
Callers
15
erase
Method · 0.70
need_realize
Method · 0.70
expanded_state_changed
Method · 0.70
operator==
Method · 0.70
index
Method · 0.70
set_name
Method · 0.70
set_unspecific_path
Method · 0.70
set_specific_path
Method · 0.70
set_cell
Method · 0.70
reset_cell
Method · 0.70
ctx_cell
Method · 0.70
cell
Method · 0.70
Calls
1
get
Method · 0.45
Tested by
no test coverage detected