Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/syncthing/syncthing
/ folderMap
Function
folderMap
gui/default/syncthing/app.js:97–103 ·
view source on GitHub ↗
(l)
Source
from the content-addressed store, hash-verified
95
}
96
97
function
folderMap(l) {
98
var
m = {};
99
l.forEach(
function
(r) {
100
m[r.id] = r;
101
});
102
return
m;
103
}
104
105
function
folderList(m) {
106
var
l = [];
Callers
1
updateLocalConfig
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected