Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
480
static bool view_is_dirty (lay::LayoutViewBase *view)
481
{
482
view->refresh ();
483
return view->is_dirty ();
484
}
485
486
extern Class<lay::Dispatcher> decl_Dispatcher;
487
Callers
nothing calls this directly
Calls
2
is_dirty
Method · 0.80
refresh
Method · 0.45
Tested by
no test coverage detected