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

Method redacted

src/sql-parser/src/ast/display.rs:119–121  ·  view source on GitHub ↗

Whether the AST should be printed in redacted form

(&self)

Source from the content-addressed store, hash-verified

117
118 /// Whether the AST should be printed in redacted form
119 pub fn redacted(&self) -> bool {
120 self.mode == FormatMode::SimpleRedacted
121 }
122
123 /// Sets the current mode to a compatible version that does not redact
124 /// values; returns the current mode, which should be reset when the

Callers 6

fmt_default_textMethod · 0.45
fmt_verbose_textMethod · 0.45
fmt_default_textMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected