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

Method string

src/testdrive/src/parser.rs:814–817  ·  view source on GitHub ↗
(&mut self, name: &str)

Source from the content-addressed store, hash-verified

812 }
813
814 pub fn string(&mut self, name: &str) -> Result<String, anyhow::Error> {
815 self.opt_string(name)
816 .ok_or_else(|| anyhow!("missing {} parameter", name))
817 }
818
819 pub fn opt_parse<T>(&mut self, name: &str) -> Result<Option<T>, anyhow::Error>
820 where

Callers 15

run_sleep_innerFunction · 0.45
run_executeFunction · 0.45
run_create_schemaFunction · 0.45
build_pathFunction · 0.45
run_publishFunction · 0.45
run_verifyFunction · 0.45
run_waitFunction · 0.45
run_uploadFunction · 0.45
run_set_presigned_urlFunction · 0.45
run_upload_parquet_typesFunction · 0.45

Calls 1

opt_stringMethod · 0.80

Tested by

no test coverage detected