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

Method create_thread

bbot/core/core.py:216–219  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

214 return process
215
216 def create_thread(self, *args, **kwargs):
217 from .helpers.process import BBOTThread
218
219 return BBOTThread(*args, **kwargs)
220
221 @property
222 def logger(self):

Callers 3

create_processMethod · 0.95
feed_pipeFunction · 0.80
tempfile_tailFunction · 0.80

Calls 1

BBOTThreadClass · 0.85

Tested by

no test coverage detected