Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ touch
Method
touch
src/laybasic/laybasic/layLayerProperties.cc:573–579 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
571
}
572
573
void
574
LayerProperties::touch ()
575
{
576
if (++m_gen_id == 0) {
577
++m_gen_id;
578
}
579
}
580
581
void
582
LayerProperties::need_realize (unsigned int flags, bool /*force*/)
Callers
1
need_realize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected