MCPcopy Create free account
hub / github.com/JordanCoin/codemap / Stop

Method Stop

main.go:29–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27type watchProcess interface {
28 Start() error
29 Stop()
30 FileCount() int
31 GetEvents(limit int) []watch.Event
32}

Callers 4

runWatchModeFunction · 0.65
runDaemonFunction · 0.65
withWatcherRegistryFunction · 0.65
handleStopWatchFunction · 0.65

Implementers 2

fakeWatchProcessmain_more_test.go
Daemonwatch/daemon.go

Calls

no outgoing calls

Tested by 1

withWatcherRegistryFunction · 0.52