Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
108
func
signalChan() <-
chan
os.Signal {
109
ch := make(
chan
os.Signal, 2)
110
signal.Notify(ch, os.Interrupt)
111
return
ch
112
}
Callers
2
Run
Method · 0.70
Run
Method · 0.70
Calls
1
Notify
Method · 0.80
Tested by
no test coverage detected