Skip to main content

handle_file_list

Function handle_file_list 

Source
pub async fn handle_file_list(
    server: &ProtocolServer,
    req: FileListRequest,
) -> Result<Response<FileListResponse>, Status>
Expand description

Handle a FileList RPC.

Lists files visible in the session workspace, optionally filtered to only modified files or by a path prefix.