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

Method run

bbot/core/helpers/process.py:18–22  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16 super().__init__(*args, **kwargs)
17
18 def run(self):
19 from setproctitle import setthreadtitle
20
21 setthreadtitle(str(self.custom_name))
22 super().run()
23
24
25class BBOTProcess(SpawnProcess):

Callers 13

mainFunction · 0.45
run_processMethod · 0.45
setupMethod · 0.45
merge_eventsMethod · 0.45
merge_relationshipsMethod · 0.45
server_processMethod · 0.45
verify_sudo_passwordFunction · 0.45
runMethod · 0.45
pip_installMethod · 0.45
install_core_depsMethod · 0.45
curlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected