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

Function realize_needed_source

src/laybasic/laybasic/layLayerProperties.h:903–906  ·  view source on GitHub ↗

* @brief Tell, if a realize of the source properties is needed */

Source from the content-addressed store, hash-verified

901 * @brief Tell, if a realize of the source properties is needed
902 */
903 bool realize_needed_source () const
904 {
905 return m_realize_needed_source;
906 }
907
908 /**
909 * @brief Marks the properties object as modified

Callers 1

need_realizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected