Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
func
trackSuccess() {
105
atomic.AddUint64(&stats.Success, 1)
106
}
107
108
func
trackFailure(connect bool) {
109
atomic.AddUint64(&stats.Failed, 1)
Callers
1
cmdWorker
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected