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

Function CreateVariablesRequest

Tests/CMakeLib/testDebuggerVariables.cxx:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#include "testDebugger.h"
19
20static dap::VariablesRequest CreateVariablesRequest(int64_t reference)
21{
22 dap::VariablesRequest variableRequest;
23 variableRequest.variablesReference = reference;
24 return variableRequest;
25}
26
27static bool testUniqueIds()
28{

Callers 4

testConstructorsFunction · 0.70
testSortTheResultFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…