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

Method WatcherItemDidChange

watcher/notify.go:5–5  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

3// Notification is the delegate methods from the Notifier
4type Notification interface {
5 WatcherItemDidChange(string)
6 WatcherDidError(error)
7}
8

Callers 2

StartMethod · 0.65
TriggerChangeMethod · 0.65

Implementers 2

mockNotifierwatcher/file_test.go
FileManagerconfig/manager.go

Calls

no outgoing calls

Tested by 1

TriggerChangeMethod · 0.52