MCPcopy Index your code
hub / github.com/evilsocket/shellz / Debug

Method Debug

plugins/log.go:15–17  ·  view source on GitHub ↗
(m string)

Source from the content-addressed store, hash-verified

13}
14
15func (l logPackage) Debug(m string) {
16 log.Debug("%s", m)
17}
18
19func (l logPackage) Info(m string) {
20 log.Info("%s", m)

Callers 14

forwardMethod · 0.80
authFromAgentFunction · 0.80
authFromFileFunction · 0.80
NewSSHFunction · 0.80
doReadUntilMethod · 0.80
runEnableFunction · 0.80
doEnabledSelectionFunction · 0.80
onTestSuccessFunction · 0.80
runCommandFunction · 0.80
runTunnelFunction · 0.80
mainFunction · 0.80
LoadFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected