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

Function find_layout

src/laybasic/laybasic/gsiDeclLayLayoutHandle.cc:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43static lay::LayoutHandleRef *find_layout (const db::Layout *layout)
44{
45 auto h = lay::LayoutHandle::find_layout (layout);
46 return h ? new lay::LayoutHandleRef (h) : 0;
47}
48
49static lay::LayoutHandleRef *new_handle1 (const std::string &filename, const db::LoadLayoutOptions &options, const std::string &technology)
50{

Callers 2

show_layout1Function · 0.85
show_layout2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected