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

Function pc_open

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

Source from the content-addressed store, hash-verified

235
236 @peerConnection.on(ConnectionEventType.Open)
237 async def pc_open():
238 logger.info('Connected to: {}', peerConnection.peer)
239
240 # Handle incoming data (messages only since this is the signal sender)
241 @peerConnection.on(ConnectionEventType.Data)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected