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