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

Function save

src/laybasic/laybasic/gtf.h:513–516  ·  view source on GitHub ↗

* @brief Save the events recorded so far to the given file * * If the file cannot be written, an exception is thrown */

Source from the content-addressed store, hash-verified

511 * If the file cannot be written, an exception is thrown
512 */
513 void save ()
514 {
515 m_events.save (m_log_file);
516 }
517
518 /**
519 * @brief The (only) recorder instance

Callers 2

save_layer_propsMethod · 0.70
eventFilterMethod · 0.70

Calls 1

saveMethod · 0.45

Tested by

no test coverage detected