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

Method doc

pkg/sql/sem/tree/pretty.go:783–785  ·  view source on GitHub ↗
(p *PrettyCfg)

Source from the content-addressed store, hash-verified

781}
782
783func (node *LockingClause) doc(p *PrettyCfg) pretty.Doc {
784 return p.rlTable(node.docTable(p)...)
785}
786
787func (node *LockingClause) docTable(p *PrettyCfg) []pretty.TableRow {
788 items := make([]pretty.TableRow, len(*node))

Callers

nothing calls this directly

Calls 2

docTableMethod · 0.95
rlTableMethod · 0.80

Tested by

no test coverage detected