Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blacklanternsecurity/bbot
/ check_error
Method
check_error
bbot/core/engine.py:481–483 ·
view source on GitHub ↗
(self, message)
Source
from the content-addressed store, hash-verified
479
self.log.trace(traceback.format_exc())
480
481
def
check_error(self, message):
482
if
message is error_sentinel:
483
return
True
484
485
async
def
worker(self):
486
self.engine_debug(f
"{self.name}: starting worker"
)
Callers
1
worker
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected