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

Method values_mut

src/testdrive/src/parser.rs:806–808  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

804
805impl ArgMap {
806 pub fn values_mut(&mut self) -> btree_map::ValuesMut<'_, String, String> {
807 self.0.values_mut()
808 }
809
810 pub fn opt_string(&mut self, name: &str) -> Option<String> {
811 self.0.remove(name)

Callers 15

render_upload_operatorFunction · 0.80
visit_childrenMethod · 0.80
as_comparableMethod · 0.80
replace_idsMethod · 0.80
maintainMethod · 0.80
add_collectionMethod · 0.80
remove_collectionMethod · 0.80
refresh_wallclock_lagMethod · 0.80
purify_source_exportsFunction · 0.80

Calls

no outgoing calls

Tested by 1

with_mcp_routesMethod · 0.64