MCPcopy Index your code
hub / github.com/AutoRecon/AutoRecon / error

Method error

autorecon/targets.py:45–47  ·  view source on GitHub ↗
(self, msg, verbosity=0)

Source from the content-addressed store, hash-verified

43
44 @final
45 def error(self, msg, verbosity=0):
46 plugin = inspect.currentframe().f_back.f_locals['self']
47 error('{bright}[{yellow}' + self.address + '{crst}/{bgreen}' + plugin.slug + '{crst}]{rst} ' + msg)
48
49 async def execute(self, cmd, blocking=True, outfile=None, errfile=None, future_outfile=None):
50 target = self

Callers 12

checkMethod · 0.45
checkMethod · 0.45
runMethod · 0.45
checkMethod · 0.45
checkMethod · 0.45
checkMethod · 0.45
runMethod · 0.45
checkMethod · 0.45
runMethod · 0.45
runMethod · 0.45
checkMethod · 0.45
runMethod · 0.45

Calls 1

errorFunction · 0.90

Tested by

no test coverage detected