MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / insert

Method insert

src/pglite/config.rs:29–31  ·  view source on GitHub ↗
(&mut self, name: impl Into<String>, value: impl Into<String>)

Source from the content-addressed store, hash-verified

27 }
28
29 pub(crate) fn insert(&mut self, name: impl Into<String>, value: impl Into<String>) {
30 self.settings.insert(name.into(), value.into());
31 }
32
33 pub(crate) fn validate(&self) -> Result<()> {
34 for (name, value) in &self.settings {

Callers 15

portable_aot_targetFunction · 0.80
archive_entriesFunction · 0.80
parse_repl_exportsFunction · 0.80
parse_docs_catalogFunction · 0.80
parse_package_exportsFunction · 0.80
discover_dependenciesFunction · 0.80
collect_fieldsFunction · 0.80
setMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected