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

Class ArgMap

src/testdrive/src/parser.rs:803–803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

801
802#[derive(Debug, Clone)]
803pub struct ArgMap(BTreeMap<String, String>);
804
805impl ArgMap {
806 pub fn values_mut(&mut self) -> btree_map::ValuesMut<'_, String, String> {

Callers 1

parse_builtinFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected