Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAssassin/AppImageLauncher
/ gErrorDeleter
Function
gErrorDeleter
src/shared/shared.cpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
static void gErrorDeleter(GError* ptr) {
50
if (ptr != nullptr)
51
g_error_free(ptr);
52
}
53
54
bool makeExecutable(const QString& path) {
55
struct stat fileStat{};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected