MCPcopy Create free account
hub / github.com/Rustixir/darkbird / VecStorage

Class VecStorage

src/darkbird/storage_vector.rs:17–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16
17pub struct VecStorage {
18 // DashMap
19 vcache: DashMap<VectorId, Vector>,
20
21 // Wal session
22 wal_session: Session,
23
24 // Reporter session
25 reporter_session: router::Session<Event<VectorId, Vector>>,
26
27 off_reporter: bool,
28
29 off_disk: bool
30}
31
32impl VecStorage
33{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected