Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ GetEndOffset
Method
GetEndOffset
LuaParser/src/Types/TextRange.cpp:12–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
std::size_t TextRange::GetEndOffset() const {
13
if (Length == 0) {
14
return StartOffset;
15
}
16
return StartOffset + Length - 1;
17
}
Callers
14
DiagnosticInspection
Function · 0.45
DiagnosticToJson
Function · 0.45
MakeDiagnosticInfo
Method · 0.45
MakeDiagnosticInfo
Method · 0.45
BasicResolve
Method · 0.45
ProcessSpaceDiagnostic
Method · 0.45
Parse
Method · 0.45
ProcessSpace
Method · 0.45
AnalyzeArrayTableAlign
Method · 0.45
ResolveAlignGroup
Method · 0.45
Diagnostic
Method · 0.45
Slice
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected