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

Method proceed

src/db/db/dbLayoutQuery.cc:3389–3401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3387}
3388
3389void
3390FilterStateBase::proceed (bool skip)
3391{
3392 if (m_followers.empty ()) {
3393 next (skip);
3394 } else {
3395 ++m_follower;
3396 if (m_followers.size () == m_follower) {
3397 m_follower = 0;
3398 next (skip);
3399 }
3400 }
3401}
3402
3403}
3404

Callers 1

next_upMethod · 0.80

Calls 3

nextFunction · 0.70
emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected