Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Librum-Reader/Librum
/ syncWithServer
Method
syncWithServer
src/adapters/controllers/folder_controller.cpp:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
void FolderController::syncWithServer()
52
{
53
m_folderService->syncWithServer();
54
}
55
56
dtos::FolderDto FolderController::getFolder(QString uuid)
57
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected