MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / location

Method location

src/sqllogictest/src/parser.rs:51–56  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

49 }
50
51 pub fn location(&self) -> Location {
52 Location {
53 file: self.fname.clone(),
54 line: self.curline,
55 }
56 }
57
58 fn consume(&mut self, upto: usize) {
59 for ch in self.contents[..upto].chars() {

Callers 5

install_enhanced_handlerFunction · 0.45
write_data_filesFunction · 0.45
parse_statementMethod · 0.45
parse_queryMethod · 0.45
parse_simpleMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected