Function holochain::conductor::interface::websocket::test_utils::setup_app[][src]

pub async fn setup_app(
    cell_data: Vec<(InstalledCell, Option<SerializedBytes>)>,
    dna_store: MockDnaStore
) -> (Arc<TempDir>, RealAppInterfaceApi, ConductorHandle)
Expand description

One of various ways to setup an app, used somewhere…