MCPcopy Create free account
hub / github.com/evilsocket/shellz / trackSuccess

Function trackSuccess

cmd/shellz/run.go:104–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102}
103
104func trackSuccess() {
105 atomic.AddUint64(&stats.Success, 1)
106}
107
108func trackFailure(connect bool) {
109 atomic.AddUint64(&stats.Failed, 1)

Callers 1

cmdWorkerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected