MCPcopy 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

parseFunction · 0.45
parse_version_constraintFunction · 0.45
parse_sqlFunction · 0.45
split_lineFunction · 0.45
slurp_allFunction · 0.45
read_oneMethod · 0.45
nextMethod · 0.45
run_line_readerFunction · 0.45
reset_kafkaMethod · 0.45
reset_schema_registryMethod · 0.45
escape_for_parserFunction · 0.45
rewrite_resultFunction · 0.45

Calls 1

to_stringMethod · 0.45

Tested by 1

mainFunction · 0.36