Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_handler
Function · 0.45
write_data_files
Function · 0.45
parse_statement
Method · 0.45
parse_query
Method · 0.45
parse_simple
Method · 0.45
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected