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

Method doc

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

Source from the content-addressed store, hash-verified

810}
811
812func (node LockingStrength) doc(p *PrettyCfg) pretty.Doc {
813 return p.rlTable(node.docTable(p)...)
814}
815
816func (node LockingStrength) docTable(p *PrettyCfg) []pretty.TableRow {
817 str := node.String()

Callers

nothing calls this directly

Calls 2

docTableMethod · 0.95
rlTableMethod · 0.80

Tested by

no test coverage detected