LLDB mainline
|
The server’s response to a resources/list request from the client. More...
#include <Protocol.h>
Public Attributes | |
std::vector< Resource > | resources |
The server’s response to a resources/list request from the client.
Definition at line 126 of file Protocol.h.
std::vector<Resource> lldb_protocol::mcp::ListResourcesResult::resources |
Definition at line 127 of file Protocol.h.
Referenced by lldb_protocol::mcp::fromJSON(), lldb_protocol::mcp::Server::ResourcesListHandler(), and lldb_protocol::mcp::toJSON().