MCPcopy 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
97function folderMap(l) {
98 var m = {};
99 l.forEach(function (r) {
100 m[r.id] = r;
101 });
102 return m;
103}
104
105function folderList(m) {
106 var l = [];

Callers 1

updateLocalConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected