pub async fn setup_app(
    dnas: Vec<DnaFile>,
    cell_data: Vec<(InstalledCell, Option<MembraneProof>)>
) -> (Arc<TempDir>, RealAppInterfaceApi, ConductorHandle)
Expand description

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