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

Method box_clone

src/sql/src/session/vars/value.rs:128–130  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

126 }
127
128 fn box_clone(&self) -> Box<dyn Value> {
129 Box::new(self.clone())
130 }
131
132 fn format(&self) -> String {
133 match self {

Callers 2

cloneMethod · 0.45
resetMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected