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

Function testStackFrameFormatParameters

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

Source from the content-addressed store, hash-verified

35}
36
37bool testStackFrameFormatParameters()
38{
39 dap::StackFrameFormat format;
40 format.parameters = true;
41 return testStackFrameFunctionName(format, "function_name()");
42}
43
44bool testStackFrameFormatParameterValues()
45{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…