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

Class TestResponse

Utilities/cmcppdap/src/session_test.cpp:32–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace dap {
31
32struct TestResponse : public Response {
33 boolean b;
34 integer i;
35 number n;
36 array<integer> a;
37 object o;
38 string s;
39 optional<integer> o1;
40 optional<integer> o2;
41};
42
43DAP_STRUCT_TYPEINFO(TestResponse,
44 "test-response",

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…