MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / get_current_project

Function get_current_project

crates/opencode-server/src/routes.rs:3325–3327  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3323}
3324
3325async fn get_current_project() -> Result<Json<ProjectInfo>> {
3326 Ok(Json(current_project_info().await?))
3327}
3328
3329#[derive(Debug, Deserialize)]
3330pub struct UpdateProjectRequest {

Callers

nothing calls this directly

Calls 1

current_project_infoFunction · 0.85

Tested by

no test coverage detected