Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SamNet-dev/snix
/ startAll
Method
startAll
tui/scan.go:311–313 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
309
}
310
311
func
(m *scanModel) startAll() tea.Cmd {
312
return
tea.Batch(m.startSNI(), m.startIP())
313
}
314
315
func
(m *scanModel) reset() {
316
m.snis = nil
Callers
1
Update
Method · 0.95
Calls
2
startSNI
Method · 0.95
startIP
Method · 0.95
Tested by
no test coverage detected