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

Function CreateVariablesRequest

Tests/CMakeLib/testDebuggerVariablesHelper.cxx:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35#include "testDebugger.h"
36
37static dap::VariablesRequest CreateVariablesRequest(int64_t reference)
38{
39 dap::VariablesRequest variableRequest;
40 variableRequest.variablesReference = reference;
41 return variableRequest;
42}
43
44struct Dummies
45{

Callers 12

testCreateFromPolicyMapFunction · 0.70
testCreateFromPairVectorFunction · 0.70
testCreateFromSetFunction · 0.70
testCreateFromTargetFunction · 0.70
testCreateFromTestsFunction · 0.70
testCreateFromMakefileFunction · 0.70
testCreateFromStackFrameFunction · 0.70
testCreateFromFileSetFunction · 0.70
testCreateFromFileSetsFunction · 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…