MCPcopy Create free account
hub / github.com/KDE/krusader / executable

Method executable

app/FileSystem/krpermhandler.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111char KrPermHandler::executable(const QString &perm, gid_t gid, uid_t uid)
112{
113 return getLocalPermission(perm, gid, uid, 2, true);
114}
115
116char KrPermHandler::getLocalPermission(const QString &perm, gid_t gid, uid_t uid, int permOffset, bool ignoreRoot)
117{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected