MCPcopy
hub / github.com/bettercap/bettercap / Running

Method Running

session/module.go:229–233  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

227}
228
229func (m *SessionModule) Running() bool {
230 m.StatusLock.RLock()
231 defer m.StatusLock.RUnlock()
232 return m.Started
233}
234
235func (m *SessionModule) SetRunning(running bool, cb func()) error {
236 if running == m.Running() {

Callers 1

SetRunningMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected