MCPcopy
hub / github.com/syncthing/syncthing / syncthingController.js

File syncthingController.js

gui/default/syncthing/core/syncthingController.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1angular.module('syncthing.core')
2 .config(function ($locationProvider) {
3 $locationProvider.html5Mode({ enabled: true, requireBase: false }).hashPrefix('!');
4 })

Callers

nothing calls this directly

Calls 15

resetRemoteNeedFunction · 0.85
refreshSystemFunction · 0.85
refreshDiscoveryCacheFunction · 0.85
refreshConfigFunction · 0.85
refreshClusterFunction · 0.85
refreshConnectionStatsFunction · 0.85
showModalFunction · 0.85
clearRestartExpectationFunction · 0.85
hideModalFunction · 0.85
restartExpectedNowFunction · 0.85
setRestartExpectationFunction · 0.85
updateLocalConfigFunction · 0.85

Tested by

no test coverage detected