MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / Stack

Function Stack

pkg/util/pretty/util.go:86–88  ·  view source on GitHub ↗

Stack concats Docs with a Line between each.

(d ...Doc)

Source from the content-addressed store, hash-verified

84
85// Stack concats Docs with a Line between each.
86func Stack(d ...Doc) Doc {
87 return Fold(ConcatLine, d...)
88}
89
90// JoinGroupAligned nests joined d with divider under head.
91func JoinGroupAligned(head, divider string, d ...Doc) Doc {

Callers 13

docRowMethod · 0.92
docMethod · 0.92
docMethod · 0.92
docMethod · 0.92
docMethod · 0.92
docMethod · 0.92
docMethod · 0.92
docMethod · 0.92
docMethod · 0.92
docMethod · 0.92
docMethod · 0.92
docRowMethod · 0.92

Calls 1

FoldFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…