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

Function error_layer

src/db/db/dbLayout.h:1794–1797  ·  view source on GitHub ↗

* @brief Gets the error layer * * The error layer is used to display error messages. */

Source from the content-addressed store, hash-verified

1792 * The error layer is used to display error messages.
1793 */
1794 unsigned int error_layer () const
1795 {
1796 return m_layers.error_layer ();
1797 }
1798
1799 /**
1800 * @brief Set the properties for a specified layer

Callers

nothing calls this directly

Calls 1

error_layerMethod · 0.80

Tested by

no test coverage detected