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

Method WatcherDidError

watcher/notify.go:6–6  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

4type Notification interface {
5 WatcherItemDidChange(string)
6 WatcherDidError(error)
7}
8
9// Notifier is the base interface for file watching

Callers 1

StartMethod · 0.65

Implementers 2

mockNotifierwatcher/file_test.go
FileManagerconfig/manager.go

Calls

no outgoing calls

Tested by

no test coverage detected