MCPcopy 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
311func (m *scanModel) startAll() tea.Cmd {
312 return tea.Batch(m.startSNI(), m.startIP())
313}
314
315func (m *scanModel) reset() {
316 m.snis = nil

Callers 1

UpdateMethod · 0.95

Calls 2

startSNIMethod · 0.95
startIPMethod · 0.95

Tested by

no test coverage detected