MCPcopy 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
61static bool is_valid (const lay::LayoutHandleRef *ref)
62{
63 return ref->get () != 0;
64}
65
66static const std::string &name (const lay::LayoutHandleRef *ref)
67{

Callers 15

eraseMethod · 0.70
need_realizeMethod · 0.70
operator==Method · 0.70
indexMethod · 0.70
set_nameMethod · 0.70
set_unspecific_pathMethod · 0.70
set_specific_pathMethod · 0.70
set_cellMethod · 0.70
reset_cellMethod · 0.70
ctx_cellMethod · 0.70
cellMethod · 0.70

Calls 1

getMethod · 0.45

Tested by

no test coverage detected