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

Method AddSubVariables

Source/cmDebuggerVariables.cxx:62–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void cmDebuggerVariables::AddSubVariables(
63 std::shared_ptr<cmDebuggerVariables> const& variables)
64{
65 if (variables) {
66 SubVariables.emplace_back(variables);
67 }
68}
69
70dap::array<dap::Variable> cmDebuggerVariables::HandleVariablesRequest()
71{

Callers 4

testConstructorsFunction · 0.80
CreateIfAnyMethod · 0.80
CreateMethod · 0.80

Calls 1

emplace_backMethod · 0.80

Tested by 2

testConstructorsFunction · 0.64