MCPcopy 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

drawMethod · 0.70
~AnnotationShapesMethod · 0.70

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected