Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ clear_path
Function
clear_path
src/laybasic/laybasic/layObjectInstPath.h:84–87 ·
view source on GitHub ↗
* @brief Clears the instantiation path */
Source
from the content-addressed store, hash-verified
82
* @brief Clears the instantiation path
83
*/
84
void clear_path ()
85
{
86
m_path.clear ();
87
}
88
89
/**
90
* @brief Add one element to the instantiation path
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected