MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / checkRemoteFileContent

Function checkRemoteFileContent

lib/legacy/switch-file.cpp:227–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227bool checkRemoteFileContent(FileSwitch &s)
228{
229 std::string data = getRemoteData(s.file);
230 QString qdata = QString::fromStdString(data);
231 return matchFileContent(qdata, s);
232}
233
234bool checkLocalFileContent(FileSwitch &s)
235{

Callers 1

checkFileContentMethod · 0.85

Calls 2

getRemoteDataFunction · 0.85
matchFileContentFunction · 0.85

Tested by

no test coverage detected