Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ edit_finish
Method
edit_finish
src/laybasic/laybasic/layEditable.cc:720–727 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
718
}
719
720
void
721
Editables::edit_finish ()
722
{
723
clear_previous_selection ();
724
for (iterator e = begin (); e != end (); ++e) {
725
e->edit_finish ();
726
}
727
}
728
729
void
730
Editables::cancel_edits ()
Callers
1
finish_edits
Method · 0.80
Calls
3
clear_previous_selection
Function · 0.85
begin
Function · 0.70
end
Function · 0.70
Tested by
no test coverage detected