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

Function view_is_dirty

src/laybasic/laybasic/gsiDeclLayLayoutViewBase.cc:480–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478}
479
480static bool view_is_dirty (lay::LayoutViewBase *view)
481{
482 view->refresh ();
483 return view->is_dirty ();
484}
485
486extern Class<lay::Dispatcher> decl_Dispatcher;
487

Callers

nothing calls this directly

Calls 2

is_dirtyMethod · 0.80
refreshMethod · 0.45

Tested by

no test coverage detected