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

Struct fakeWatchProcess

main_more_test.go:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type fakeWatchProcess struct {
21 startErr error
22 started bool
23 stopped bool
24 fileCount int
25 events []watch.Event
26}
27
28func (f *fakeWatchProcess) Start() error {
29 f.started = true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected