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

Function is_dirty

src/laybasic/laybasic/gsiDeclLayCellView.cc:75–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75static bool is_dirty (const lay::CellViewRef *cv)
76{
77 if (cv->handle ()) {
78 return cv->handle ()->is_dirty ();
79 } else {
80 return false;
81 }
82}
83
84static void apply_technology (const lay::CellViewRef *cv, const std::string &tech)
85{

Callers

nothing calls this directly

Calls 2

is_dirtyMethod · 0.80
handleMethod · 0.45

Tested by

no test coverage detected