MCPcopy Create free account
hub / github.com/ambianic/peerfetch / _start

Function _start

python/src/peerfetch/proxy.py:374–381  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

372 logger.info(f'Log level is: {log_level}')
373
374async def _start():
375 global http_session
376 http_session = aiohttp.ClientSession()
377 global peer
378 logger.info('Calling make_discoverable')
379 await make_discoverable(peer=peer)
380 logger.info('Exited make_discoverable')
381 await logger.complete()
382
383async def _shutdown():
384 global _is_shutting_down

Callers 1

mainFunction · 0.85

Calls 1

make_discoverableFunction · 0.85

Tested by

no test coverage detected