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

Method load

src/db/db/dbFileBasedLibrary.cc:77–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77std::string
78FileBasedLibrary::load ()
79{
80 if (! m_is_loaded) {
81 return reload ();
82 } else {
83 return get_name ();
84 }
85}
86
87std::string
88FileBasedLibrary::reload ()

Callers

nothing calls this directly

Calls 2

reloadFunction · 0.85
get_nameFunction · 0.85

Tested by

no test coverage detected