MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / endColumn

Method endColumn

src/plugins/debugger/debug.h:376–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374 }
375
376 dap::optional<dapNumber> endColumn()
377 {
378 if (verified() && data) {
379 return data.value().endColumn;
380 }
381 return undefined;
382 }
383
384 bool supported()
385 {

Callers 1

convertToIBreakpointFunction · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected