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

Method set_precious

src/laybasic/laybasic/layLayoutCanvas.h:99–102  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

97 * @brief Sets a value indicating whether the entry is precious
98 */
99 void set_precious (bool p)
100 {
101 m_precious = p;
102 }
103
104 /**
105 * @brief Gets the stored bitmap data

Callers 1

prepare_drawingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected