Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_source
Function · 0.80
convert_lexer_error
Function · 0.80
lex_token
Function · 0.80
parse_lr_to_pr
Function · 0.80
parse_doc_comment
Function · 0.80
serialize
Method · 0.80
Calls
no outgoing calls
Tested by
1
parse_source
Function · 0.64