MCPcopy Create free account
hub / github.com/apache/datafusion / some

Method some

datafusion/common/src/config.rs:1591–1593  ·  view source on GitHub ↗
(&mut self, key: &str, _: V, _: &'static str)

Source from the content-addressed store, hash-verified

1589
1590 impl Visit for Visitor {
1591 fn some<V: Display>(&mut self, key: &str, _: V, _: &'static str) {
1592 self.0.push(key.to_string())
1593 }
1594
1595 fn none(&mut self, key: &str, _: &'static str) {
1596 self.0.push(key.to_string())

Callers 3

visitMethod · 0.45
visitMethod · 0.45
visitMethod · 0.45

Calls 2

pushMethod · 0.45
to_stringMethod · 0.45

Tested by

no test coverage detected