Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
40
func
(w *mockFileWatcher) TriggerChange() {
41
w.notifier.WatcherItemDidChange(w.path)
42
}
43
44
func
TestConfigChanged(t *testing.T) {
45
filePath :=
"config.yaml"
Callers
1
TestConfigChanged
Function · 0.95
Calls
1
WatcherItemDidChange
Method · 0.65
Tested by
no test coverage detected