Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
convertToIBreakpoint
Function · 0.45
Calls
1
value
Method · 0.45
Tested by
no test coverage detected