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

Method GetSource

LuaParser/src/File/LuaSource.cpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119std::string_view LuaSource::GetSource() const {
120 return _source;
121}
122
123std::string_view LuaSource::Slice(std::size_t startOffset, std::size_t endOffset) const {
124 std::string_view source = _source;

Callers 7

RangeReformatMethod · 0.80
EndWithNewLineMethod · 0.80
GetFormatResultMethod · 0.80
LuaLexerMethod · 0.80
ParseMethod · 0.80
CurrentTextMethod · 0.80
CheckNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected