MCPcopy
hub / github.com/benbjohnson/litestream / signalChan

Function signalChan

cmd/litestream/main_windows.go:108–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106}
107
108func signalChan() <-chan os.Signal {
109 ch := make(chan os.Signal, 2)
110 signal.Notify(ch, os.Interrupt)
111 return ch
112}

Callers 2

RunMethod · 0.70
RunMethod · 0.70

Calls 1

NotifyMethod · 0.80

Tested by

no test coverage detected