pub async fn handle_file_read(
server: &ProtocolServer,
req: FileReadRequest,
) -> Result<Response<FileReadResponse>, Status>Expand description
Handle a FileRead RPC.
Reads a file through the session workspace overlay:
- Check the overlay for session-local modifications.
- Fall through to the Git tree at the workspace’s base commit.