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

Function nest_title

src/sql-pretty/src/util.rs:27–32  ·  view source on GitHub ↗
(title: S, v: RcDoc)

Source from the content-addressed store, hash-verified

25}
26
27pub(crate) fn nest_title<S>(title: S, v: RcDoc) -> RcDoc
28where
29 S: Into<String>,
30{
31 nest(RcDoc::text(title.into()), v)
32}
33
34pub(crate) fn title_comma_separate<'a, F, T, S>(title: S, f: F, v: &'a [T]) -> RcDoc<'a, ()>
35where

Callers 15

doc_create_sourceMethod · 0.85
doc_create_tableMethod · 0.85
doc_create_connectionMethod · 0.85
doc_create_sinkMethod · 0.85
doc_create_subsourceMethod · 0.85
doc_create_clusterMethod · 0.85
doc_create_indexMethod · 0.85
doc_format_specifierMethod · 0.85
doc_subscribeMethod · 0.85

Calls 1

nestFunction · 0.85

Tested by

no test coverage detected