Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
clone
Method · 0.45
reset
Method · 0.45
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected