MCPcopy Index your code
hub / github.com/cloudflare/cloudflared / TriggerChange

Method TriggerChange

config/manager_test.go:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38}
39
40func (w *mockFileWatcher) TriggerChange() {
41 w.notifier.WatcherItemDidChange(w.path)
42}
43
44func TestConfigChanged(t *testing.T) {
45 filePath := "config.yaml"

Callers 1

TestConfigChangedFunction · 0.95

Calls 1

WatcherItemDidChangeMethod · 0.65

Tested by

no test coverage detected