MCPcopy 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
68func (m *FileManager) Shutdown() {
69 m.watcher.Shutdown()
70}
71
72func readConfigFromPath(configPath string, log *zerolog.Logger) (Root, error) {
73 if configPath == "" {

Callers 1

TestConfigChangedFunction · 0.95

Calls 1

ShutdownMethod · 0.65

Tested by 1

TestConfigChangedFunction · 0.76