Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KikoPlayProject/KikoPlay
/ setRoot
Method
setRoot
LANServer/filehandler.h:17–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
FileHandler(QObject* parent = nullptr);
16
void service(stefanfrings::HttpRequest& request, stefanfrings::HttpResponse& response);
17
void setRoot(const QString &path) {root.setPath(path);}
18
private:
19
QDir root;
20
QMimeDatabase database;
Callers
1
Router
Method · 0.45
Calls
1
setPath
Method · 0.80
Tested by
no test coverage detected