Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ reset
Method
reset
src/db/db/dbRecursiveShapeIterator.cc:525–530 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
523
}
524
525
void
526
RecursiveShapeIterator::reset ()
527
{
528
m_needs_reinit = true;
529
m_locker = db::LayoutLocker ();
530
}
531
532
void
533
RecursiveShapeIterator::reset_selection ()
Callers
3
dbRecursiveShapeIterator.cc
File · 0.45
RecursiveShapeIterator
Method · 0.45
init_region
Method · 0.45
Calls
1
LayoutLocker
Function · 0.85
Tested by
no test coverage detected