pub async fn get_interpreter_info(
__arg0: State<AppState>,
__arg1: Path<(i64, i64)>,
) -> Response
Expand description
GET /api/modules/{module_id}/assignments/{assignment_id}/interpreter/info
Returns metadata about the current interpreter (if any).
- 200 OK with metadata
- 404 Not Found if no interpreter present
- 500 on DB or other errors