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

Function peer_close

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

Source from the content-addressed store, hash-verified

169
170 @peer.on(PeerEventType.Close)
171 def peer_close():
172 # peerConnection = null
173 logger.info('Peer connection closed')
174
175 @peer.on(PeerEventType.Error)
176 def peer_error(err):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected