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

Method opt_string

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

Source from the content-addressed store, hash-verified

808 }
809
810 pub fn opt_string(&mut self, name: &str) -> Option<String> {
811 self.0.remove(name)
812 }
813
814 pub fn string(&mut self, name: &str) -> Result<String, anyhow::Error> {
815 self.opt_string(name)

Callers 15

stringMethod · 0.80
opt_parseMethod · 0.80
opt_boolMethod · 0.80
run_create_schemaFunction · 0.80
build_compressionFunction · 0.80
build_contentsFunction · 0.80
build_pathFunction · 0.80
run_publishFunction · 0.80
run_verifyFunction · 0.80
run_uploadFunction · 0.80
run_requestFunction · 0.80
run_appendFunction · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected