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

Function test_store

crates/openshell-server/src/inference.rs:999–1001  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

997 use wiremock::{Mock, MockServer, ResponseTemplate};
998
999 async fn test_store() -> Store {
1000 crate::persistence::test_store().await
1001 }
1002
1003 fn test_user_principal() -> Principal {
1004 Principal::User(UserPrincipal {

Calls

no outgoing calls

Tested by

no test coverage detected