Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ GetCursorRange
Function
GetCursorRange
IDEHelper/Clang/ClangHelper.cpp:79–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
static CXFile GetCursorRange(CXCursor cursor, int* startIdx, int* endIdx)
80
{
81
auto range = clang_getCursorExtent(cursor);
82
return GetRange(range, startIdx, endIdx);
83
}
84
85
class ClangFindCall
86
{
Callers
1
Visit
Method · 0.85
Calls
1
GetRange
Function · 0.85
Tested by
no test coverage detected