Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudflare/cloudflared
/ Shutdown
Method
Shutdown
config/manager.go:68–70 ·
view source on GitHub ↗
Shutdown stops the watcher
()
Source
from the content-addressed store, hash-verified
66
67
// Shutdown stops the watcher
68
func
(m *FileManager) Shutdown() {
69
m.watcher.Shutdown()
70
}
71
72
func
readConfigFromPath(configPath string, log *zerolog.Logger) (Root, error) {
73
if
configPath ==
""
{
Callers
1
TestConfigChanged
Function · 0.95
Calls
1
Shutdown
Method · 0.65
Tested by
1
TestConfigChanged
Function · 0.76