MCPcopy Index your code
hub / github.com/ChrisFeldmeier/OpenCodeRust / permission_routes

Function permission_routes

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

Source from the content-addressed store, hash-verified

3186}
3187
3188fn permission_routes() -> Router<Arc<ServerState>> {
3189 Router::new()
3190 .route("/", get(list_permissions))
3191 .route("/{id}/reply", post(reply_permission))
3192}
3193
3194#[derive(Debug, Clone, Serialize)]
3195pub struct PermissionRequestInfo {

Callers 1

routerFunction · 0.85

Calls 2

newFunction · 0.85
getFunction · 0.50

Tested by

no test coverage detected