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

Method delete_lib

src/db/db/dbLibraryManager.cc:168–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168void
169LibraryManager::delete_lib (Library *library)
170{
171 if (library) {
172 unregister_lib (library);
173 delete library;
174 }
175}
176
177lib_id_type
178LibraryManager::register_lib (Library *library)

Callers 6

sync_filesMethod · 0.80
dbLibraryTests.ccFile · 0.80
dbLayoutTests.ccFile · 0.80
delete_libFunction · 0.80
renameMethod · 0.80

Calls 1

unregister_libFunction · 0.85

Tested by

no test coverage detected