MCPcopy Create free account
hub / github.com/ethstorage/es-node / Close

Method Close

ethstorage/p2p/protocol/syncserver.go:386–389  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

384}
385
386func (srv *SyncServer) Close() {
387 close(srv.exitCh)
388 srv.saveProvidedBlobs()
389}

Callers

nothing calls this directly

Calls 1

saveProvidedBlobsMethod · 0.95

Tested by

no test coverage detected