MCPcopy Create free account
hub / github.com/Kitware/CMake / ScopesResponse

Class ScopesResponse

Utilities/cmcppdap/include/dap/protocol.h:1780–1784  ·  view source on GitHub ↗

Response to `scopes` request.

Source from the content-addressed store, hash-verified

1778
1779// Response to `scopes` request.
1780struct ScopesResponse : public Response {
1781 // The scopes of the stack frame. If the array has length zero, there are no
1782 // scopes available.
1783 array<Scope> scopes;
1784};
1785
1786DAP_DECLARE_STRUCT_TYPEINFO(ScopesResponse);
1787

Callers 1

GetScopesResponseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…