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

Function pc_close

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

Source from the content-addressed store, hash-verified

291
292 @peerConnection.on(ConnectionEventType.Close)
293 async def pc_close():
294 logger.info('Connection to remote peer closed')
295
296
297async def pnp_service_connect() -> Peer:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected