Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/OpenShell
/ test_store
Function
test_store
crates/openshell-server/src/persistence/mod.rs:629–633 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
627
628
#[cfg(test)]
629
pub async fn test_store() -> Store {
630
Store::connect(
"sqlite::memory:?cache=shared"
)
631
.await
632
.expect(
"in-memory SQLite store should connect"
)
633
}
634
635
#[cfg(test)]
636
mod tests;
Callers
15
sqlite_put_get_round_trip
Function · 0.70
sqlite_connect_runs_embedded_migrations
Function · 0.70
sqlite_updates_timestamp
Function · 0.70
sqlite_list_paging
Function · 0.70
sqlite_delete_behavior
Function · 0.70
sqlite_protobuf_round_trip
Function · 0.70
sqlite_get_by_name
Function · 0.70
sqlite_get_message_by_name
Function · 0.70
sqlite_delete_by_name
Function · 0.70
sqlite_name_unique_per_object_type
Function · 0.70
sqlite_id_globally_unique
Function · 0.70
labels_round_trip
Function · 0.70
Calls
1
connect
Function · 0.85
Tested by
no test coverage detected