Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blacklanternsecurity/bbot
/ critical
Method
critical
bbot/modules/lightfuzz/submodules/base.py:321–322 ·
view source on GitHub ↗
(self, message, *args, **kwargs)
Source
from the content-addressed store, hash-verified
319
self.log(
"error"
, message, *args, **kwargs)
320
321
def
critical(self, message, *args, **kwargs):
322
self.log(
"critical"
, message, *args, **kwargs)
Callers
nothing calls this directly
Calls
1
log
Method · 0.95
Tested by
no test coverage detected