MCPcopy Create free account

hub / github.com/datrs/hyperspace-rs / functions

Functions128 in github.com/datrs/hyperspace-rs

Functionfmtkey
(key: K)
corestore/examples/demo.rs:32
Methodinto_iter
(self)
corestore/src/corestore.rs:118
Methodjoin_all
(&mut self)
replicator/src/peer.rs:49
Methodkey
(&self)
client/src/session.rs:138
Functionmain
()
client/src/bin.rs:66
Functionmain
()
corestore/examples/demo.rs:12
Functionmain
()
server/src/bin.rs:5
Functionmain
()
common/build.rs:1
Functionmap_err
(err: anyhow::Error)
server/src/rpc/session.rs:38
Methodnew
(core: RemoteHypercore, start: u64, end: Option<u64>, live: bool)
client/src/stream.rs:64
Methodnew
(rpc: &mut Rpc)
client/src/session.rs:34
Methodnew
()
client/src/freemap.rs:32
Methodnew
(inner: RwLockReadGuard<'a, InnerCorestore>)
corestore/src/corestore.rs:124
Methodnew
()
corestore/src/feed_map.rs:18
Methodnew
(feed: Arc<Mutex<Feed>>)
replicator/src/peer.rs:23
Methodnew
Create a new replicator
replicator/src/lib.rs:48
Methodnew
(rpc: &mut hrpc::Rpc, state: State)
server/src/rpc/session.rs:25
Functionon_rpc_connection
(state: State, stream: UnixStream)
server/src/rpc/mod.rs:20
Methodopen
(&mut self, req: OpenRequest)
server/src/rpc/session.rs:144
Functionopen_corestore
Open a remote corestore Example: ```no_run # #[async_std::main] # async fn main () -> anyhow::Result<()> { use hyperspace_client::open_corestore; let
client/src/lib.rs:28
Methodpoll_next
(mut self: Pin<&mut Self>, cx: &mut Context<'_>)
client/src/stream.rs:77
Methodpoll_read
( mut self: Pin<&mut Self>, cx: &mut Context<'_>, buf: &mut [u8], )
client/src/stream.rs:179
Methodpoll_seek
(mut self: Pin<&mut Self>, cx: &mut Context, pos: SeekFrom)
client/src/stream.rs:140
Methodstats
(&mut self)
replicator/src/peer.rs:53
Functiontest_corestore_replicate
()
corestore/src/replicate.rs:52
Methodto_reader
(&mut self)
client/src/session.rs:198
Functionusage
()
client/src/bin.rs:53
Methodwith_storage_path
(path: PathBuf)
corestore/src/corestore.rs:148
← previous101–128 of 128, ranked by callers