MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / GetText

Method GetText

LuaParser/src/Ast/LuaSyntaxNode.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41std::string_view LuaSyntaxNode::GetText(const LuaSyntaxTree &t) const {
42 return t.GetFile().Slice(GetTextRange(t));
43}
44
45std::size_t LuaSyntaxNode::GetUtf8Length(const LuaSyntaxTree &t) const {
46 auto text = GetText(t);

Callers 15

IdentifyAnalyzeMethod · 0.80
TextAnalyzeMethod · 0.80
RecordLocalVariableMethod · 0.80
CheckGlobalMethod · 0.80
AnalyzeMethod · 0.80
CheckInBodyMethod · 0.80
DiagnosticMethod · 0.80
MakeDiagnosticInfoMethod · 0.80
MatchMethod · 0.80
BasicResolveMethod · 0.80
GetAdditionalNoteMethod · 0.80

Calls 2

SliceMethod · 0.80
GetFileMethod · 0.80

Tested by

no test coverage detected