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

Method value

src/sql/src/session/vars/definitions.rs:208–210  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

206 }
207
208 fn value(&self) -> String {
209 self.default_value().format()
210 }
211
212 fn description(&self) -> &'static str {
213 self.description

Callers 2

into_var_errorMethod · 0.45
default_valueMethod · 0.45

Calls 3

default_valueMethod · 0.80
formatMethod · 0.45
as_refMethod · 0.45

Tested by

no test coverage detected