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

Method error

bbot/scanner/scanner.py:1220–1223  ·  view source on GitHub ↗
(self, *args, trace=True, **kwargs)

Source from the content-addressed store, hash-verified

1218 self.trace()
1219
1220 def error(self, *args, trace=True, **kwargs):
1221 log.error(*args, extra={"scan_id": self.id}, **kwargs)
1222 if trace:
1223 self.trace()
1224
1225 def trace(self, msg=None):
1226 if msg is None:

Callers 4

async_startMethod · 0.95
_fail_setupMethod · 0.95
_handle_exceptionMethod · 0.45
catchMethod · 0.45

Calls 1

traceMethod · 0.95

Tested by

no test coverage detected