MCPcopy
hub / github.com/wailsapp/wails / Watcher

Interface Watcher

v2/cmd/wails/internal/dev/watcher.go:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type Watcher interface {
17 Add(name string) error
18}
19
20// initialiseWatcher creates the project directory watcher that will trigger recompile
21func initialiseWatcher(cwd, reloadDirs string) (*fsnotify.Watcher, error) {

Callers 8

initialiseWatcherFunction · 0.95
StringifyFunction · 0.65
ParseFunction · 0.65
ServeHTTPMethod · 0.65
queueingDispatcherFunction · 0.65
HeaderMethod · 0.65

Implementers 2

TypeScriptifyv2/internal/typescriptify/typescriptif
Bindingsv2/internal/binding/binding.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…