Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ push
Method
push
src/testdrive/src/parser.rs:598–600 ·
view source on GitHub ↗
(&mut self, text: &String)
Source
from the content-addressed store, hash-verified
596
}
597
598
fn push(&mut self, text: &String) {
599
self.next = Some(Some((0usize, text.to_string())));
600
}
601
602
fn read_one(&mut self) -> Option<(usize, String)> {
603
if self.inner.is_empty() {
Callers
15
parse
Function · 0.45
parse_version_constraint
Function · 0.45
parse_sql
Function · 0.45
split_line
Function · 0.45
slurp_all
Function · 0.45
read_one
Method · 0.45
next
Method · 0.45
run_line_reader
Function · 0.45
reset_kafka
Method · 0.45
reset_schema_registry
Method · 0.45
escape_for_parser
Function · 0.45
rewrite_result
Function · 0.45
Calls
1
to_string
Method · 0.45
Tested by
1
main
Function · 0.36