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

Method doc

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

Source from the content-addressed store, hash-verified

837}
838
839func (node LockingStrength) doc(p *PrettyCfg) pretty.Doc {
840 return p.rlTable(node.docTable(p)...)
841}
842
843func (node LockingStrength) docTable(p *PrettyCfg) []pretty.TableRow {
844 str := node.String()

Callers

nothing calls this directly

Calls 2

docTableMethod · 0.95
rlTableMethod · 0.80

Tested by

no test coverage detected