MCPcopy Create free account
hub / github.com/AmrDeveloper/GQL / expand_until

Method expand_until

crates/gitql-parser/src/token.rs:382–385  ·  view source on GitHub ↗
(&mut self, location: SourceLocation)

Source from the content-addressed store, hash-verified

380 }
381
382 pub fn expand_until(&mut self, location: SourceLocation) {
383 self.column_end = location.column_end;
384 self.line_end = location.line_end;
385 }
386}
387
388impl Display for SourceLocation {

Callers 4

parse_between_expressionFunction · 0.80
parse_like_expressionFunction · 0.80
parse_regex_expressionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected