MCPcopy Index your code
hub / github.com/syncthing/syncthing / resetRemoteNeed

Function resetRemoteNeed

gui/default/syncthing/core/syncthingController.js:920–924  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

918 }
919
920 function resetRemoteNeed() {
921 $scope.remoteNeed = {};
922 $scope.remoteNeedFolders = [];
923 $scope.remoteNeedDevice = undefined;
924 }
925
926 function setDefaultTheme() {
927 if (!document.getElementById("fallback-theme-css")) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected