Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ clear
Function
clear
src/laybasic/laybasic/layBookmarkList.h:141–144 ·
view source on GitHub ↗
* @brief Clear the bookmark list */
Source
from the content-addressed store, hash-verified
139
* @brief Clear the bookmark list
140
*/
141
void clear ()
142
{
143
m_list.clear ();
144
}
145
146
/**
147
* @brief Obtain the number of bookmarks
Callers
3
draw
Method · 0.70
~AnnotationShapes
Method · 0.70
layAnnotationShapes.cc
File · 0.70
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected