MCPcopy Create free account
hub / github.com/cafali/SnapKey / GetVersionInfo

Function GetVersionInfo

SnapKey.cpp:351–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351std::string GetVersionInfo() {
352 return "SnapKey v1.2.9 (R18)\n"
353 "Version Date: August 8, 2025\n"
354 "Repository: github.com/cafali/SnapKey\n"
355 "License: MIT License\n";
356}
357
358void RestoreConfigFromBackup(const std::string& backupFilename, const std::string& destinationFilename) {
359 std::string sourcePath = "meta\\" + backupFilename;

Callers 1

WndProcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected