LLDB mainline
lldb_protocol::mcp::Request Struct Reference

A request that expects a response. More...

#include <Protocol.h>

Public Attributes

Id id = 0
 The request id.
std::string method
 The method to be invoked.
std::optional< llvm::json::Value > params
 The method's params.

Detailed Description

A request that expects a response.

Definition at line 34 of file Protocol.h.

Member Data Documentation

◆ id

◆ method

std::string lldb_protocol::mcp::Request::method

◆ params

std::optional<llvm::json::Value> lldb_protocol::mcp::Request::params

The documentation for this struct was generated from the following file: