MCPcopy Create free account
hub / github.com/KLayout/klayout / ~Library

Method ~Library

src/db/db/dbLibrary.cc:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51Library::~Library ()
52{
53 // unregister if not done yet
54 if (db::LibraryManager::initialized ()) {
55 db::LibraryManager::instance ().unregister_lib (this);
56 }
57}
58
59bool
60Library::is_for_technology (const std::string &name) const

Callers

nothing calls this directly

Calls 3

initializedFunction · 0.85
unregister_libMethod · 0.80
instanceFunction · 0.70

Tested by

no test coverage detected