MCPcopy Create free account
hub / github.com/dolthub/doltgresql / doc

Method doc

postgres/parser/sem/tree/pretty.go:1609–1611  ·  view source on GitHub ↗
(p *PrettyCfg)

Source from the content-addressed store, hash-verified

1607}
1608
1609func (node *ColumnTableDef) doc(p *PrettyCfg) pretty.Doc {
1610 return p.unrow(node.docRow(p))
1611}
1612
1613func (node *ColumnTableDef) docRow(p *PrettyCfg) pretty.TableRow {
1614 // Final layout:

Callers

nothing calls this directly

Calls 2

docRowMethod · 0.95
unrowMethod · 0.80

Tested by

no test coverage detected