MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / Store

Enum Store

crates/openshell-server/src/persistence/mod.rs:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113/// Persistence store implementations.
114#[derive(Debug, Clone)]
115pub enum Store {
116 Postgres(PostgresStore),
117 Sqlite(SqliteStore),
118}
119
120/// Trait for inferring an object type string from a message type.
121pub trait ObjectType {

Callers 4

try_acquireMethod · 0.85
try_steal_expiredMethod · 0.85
renewMethod · 0.85
releaseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected