Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
std::string
78
FileBasedLibrary::load ()
79
{
80
if (! m_is_loaded) {
81
return reload ();
82
} else {
83
return get_name ();
84
}
85
}
86
87
std::string
88
FileBasedLibrary::reload ()
Callers
nothing calls this directly
Calls
2
reload
Function · 0.85
get_name
Function · 0.85
Tested by
no test coverage detected