MCPcopy Index your code
hub / github.com/PokemonGoF/PokemonGo-Bot / start_bot

Function start_bot

pokecli.py:146–151  ·  view source on GitHub ↗
(bot, config)

Source from the content-addressed store, hash-verified

144 handler.setFormatter(formatter)
145
146 def start_bot(bot, config):
147 bot.start()
148 initialize_task(bot, config)
149 bot.metrics.capture_stats()
150 bot.health_record = BotEvent(config)
151 return bot
152
153 def get_commit_hash():
154 try:

Callers 1

mainFunction · 0.85

Calls 4

BotEventClass · 0.90
initialize_taskFunction · 0.85
capture_statsMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected