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

Function valid

src/laybasic/laybasic/layLayerProperties.h:469–478  ·  view source on GitHub ↗

* @brief Get the validity state */

Source from the content-addressed store, hash-verified

467 * @brief Get the validity state
468 */
469 bool valid (bool real) const
470 {
471 if (real) {
472 ensure_visual_realized ();
473 return m_valid_real;
474 } else {
475 refresh ();
476 return m_valid;
477 }
478 }
479
480 /**
481 * @brief Set the visibility state

Callers 2

is_visualMethod · 0.85
valid_locFunction · 0.85

Calls 1

refreshFunction · 0.70

Tested by

no test coverage detected