LLDB mainline
lldb_protocol::mcp::Notification Struct Reference

A notification which does not expect a response. More...

#include <Protocol.h>

Public Attributes

std::string method
 The method to be invoked.
std::optional< llvm::json::Value > params
 The notification's params.

Detailed Description

A notification which does not expect a response.

Definition at line 88 of file Protocol.h.

Member Data Documentation

◆ method

std::string lldb_protocol::mcp::Notification::method

The method to be invoked.

Definition at line 90 of file Protocol.h.

Referenced by lldb_protocol::mcp::Server::Handle(), and lldb_protocol::mcp::operator==().

◆ params

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

The notification's params.

Definition at line 92 of file Protocol.h.

Referenced by lldb_protocol::mcp::operator==().


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