MCPcopy Create free account
hub / github.com/PRQL/prql / end

Method end

prqlc/prqlc-parser/src/span.rs:39–41  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

37 }
38
39 fn end(&self) -> Self::Offset {
40 self.end
41 }
42
43 fn to_end(&self) -> Self {
44 Span {

Callers 6

parse_sourceFunction · 0.80
convert_lexer_errorFunction · 0.80
lex_tokenFunction · 0.80
parse_lr_to_prFunction · 0.80
parse_doc_commentFunction · 0.80
serializeMethod · 0.80

Calls

no outgoing calls

Tested by 1

parse_sourceFunction · 0.64