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

Method doc

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

Source from the content-addressed store, hash-verified

2369}
2370
2371func (node *Prepare) doc(p *PrettyCfg) pretty.Doc {
2372 return p.rlTable(node.docTable(p)...)
2373}
2374
2375func (node *Prepare) docTable(p *PrettyCfg) []pretty.TableRow {
2376 name := p.Doc(&node.Name)

Callers

nothing calls this directly

Calls 2

docTableMethod · 0.95
rlTableMethod · 0.80

Tested by

no test coverage detected