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

Class PauseResponse

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

Response to `pause` request. This is just an acknowledgement, so no body field is required.

Source from the content-addressed store, hash-verified

1475// Response to `pause` request. This is just an acknowledgement, so no body
1476// field is required.
1477struct PauseResponse : public Response {};
1478
1479DAP_DECLARE_STRUCT_TYPEINFO(PauseResponse);
1480

Callers 1

cmDebuggerAdapterMethod · 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…