MCPcopy Create free account
hub / github.com/blacklanternsecurity/bbot / info

Method info

bbot/scanner/scanner.py:1190–1193  ·  view source on GitHub ↗
(self, *args, trace=False, **kwargs)

Source from the content-addressed store, hash-verified

1188 self.trace()
1189
1190 def info(self, *args, trace=False, **kwargs):
1191 log.info(*args, extra={"scan_id": self.id}, **kwargs)
1192 if trace:
1193 self.trace()
1194
1195 def hugeinfo(self, *args, trace=False, **kwargs):
1196 log.hugeinfo(*args, extra={"scan_id": self.id}, **kwargs)

Callers 4

setup_modulesMethod · 0.95
load_modulesMethod · 0.95
modules_statusMethod · 0.95
finishMethod · 0.45

Calls 1

traceMethod · 0.95

Tested by

no test coverage detected