Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ storeFile
Method
storeFile
source/MRViewer/MRRecentFilesStore.cpp:15–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
14
#ifdef __EMSCRIPTEN__
15
void RecentFilesStore::storeFile( const std::filesystem::path& ) const
16
{}
17
#else
18
void RecentFilesStore::storeFile( const std::filesystem::path& file ) const
19
{
Callers
5
sOpenDICOMs
Function · 0.80
openDirectory
Method · 0.80
action
Method · 0.80
loadFiles
Method · 0.80
onSceneSaved
Method · 0.80
Calls
11
instance
Function · 0.85
getFileStack
Method · 0.80
erase
Method · 0.80
insert
Method · 0.80
setFileStack
Method · 0.80
find
Function · 0.50
empty
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
size
Method · 0.45
resize
Method · 0.45
Tested by
no test coverage detected