Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ FileSystemException
Class
FileSystemException
launcher/FileSystem.h:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
namespace FS {
53
54
class FileSystemException : public ::Exception {
55
public:
56
FileSystemException(const QString& message) : Exception(message) {}
57
};
58
59
/**
60
* write data to a file safely
Callers
5
ensureExists
Function · 0.85
write
Function · 0.85
appendSafe
Function · 0.85
append
Function · 0.85
read
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected