MCPcopy 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__
15void RecentFilesStore::storeFile( const std::filesystem::path& ) const
16{}
17#else
18void RecentFilesStore::storeFile( const std::filesystem::path& file ) const
19{

Callers 5

sOpenDICOMsFunction · 0.80
openDirectoryMethod · 0.80
actionMethod · 0.80
loadFilesMethod · 0.80
onSceneSavedMethod · 0.80

Calls 11

instanceFunction · 0.85
getFileStackMethod · 0.80
eraseMethod · 0.80
insertMethod · 0.80
setFileStackMethod · 0.80
findFunction · 0.50
emptyMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
sizeMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected