MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / run

Method run

src/Mod/Start/App/FcstdInfoSource.cpp:103–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101{}
102
103void FcstdInfoSource::run()
104{
105 const std::string stdFilePath(_filePath.toStdString());
106 App::ProjectFile proj(stdFilePath);
107 auto fileStats = getProjectFileInfo(proj);
108 auto thumbnail = loadFCStdThumbnail(proj, _filePath);
109 Q_EMIT _signals.infoAvailable(_filePath, fileStats, thumbnail);
110}

Callers

nothing calls this directly

Calls 3

getProjectFileInfoFunction · 0.85
loadFCStdThumbnailFunction · 0.85
toStdStringMethod · 0.80

Tested by

no test coverage detected