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

Method endLineNumber

src/plugins/debugger/debug.h:368–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366 }
367
368 dap::optional<dapNumber> endLineNumber()
369 {
370 if (verified() && data) {
371 return data.value().endLine;
372 }
373 return undefined;
374 }
375
376 dap::optional<dapNumber> endColumn()
377 {

Callers 1

convertToIBreakpointFunction · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected