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

Method precious

src/laybasic/laybasic/layLayoutCanvas.h:91–94  ·  view source on GitHub ↗

* @brief Returns a value indicating whether the entry is precious */

Source from the content-addressed store, hash-verified

89 * @brief Returns a value indicating whether the entry is precious
90 */
91 bool precious () const
92 {
93 return m_precious;
94 }
95
96 /**
97 * @brief Sets a value indicating whether the entry is precious

Callers 1

prepare_drawingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected