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

Function find

src/laybasic/laybasic/layAnnotationShapes.h:347–350  ·  view source on GitHub ↗

* @brief find a given shape (exactly) * * @param s The shape to find * * @return end(Sh::tag) if the shape was not found, the position otherwise */

Source from the content-addressed store, hash-verified

345 * @return end(Sh::tag) if the shape was not found, the position otherwise
346 */
347 layer_type::iterator find (const shape_type &s) const
348 {
349 return m_layer.find (s);
350 }
351
352 /**
353 * @brief get the iterator from a pointer

Callers 9

findMethod · 0.70
LayoutHandleMethod · 0.70
~LayoutHandleMethod · 0.70
renameMethod · 0.70
initMethod · 0.50
dirty_filesMethod · 0.50
cm_pull_inMethod · 0.50
fetchMethod · 0.50
restoreMethod · 0.50

Calls 1

findMethod · 0.45

Tested by

no test coverage detected