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

Function Text

pkg/util/pretty/document.go:69–71  ·  view source on GitHub ↗

Text is the TEXT constructor.

(s string)

Source from the content-addressed store, hash-verified

67
68// Text is the TEXT constructor.
69func Text(s string) Doc {
70 return text(s)
71}
72
73// line represents LINE :: DOC -- a "soft line" that can be flattened to a space.
74type line struct{}

Callers 15

keywordWithTextMethod · 0.92
bracketMethod · 0.92
bracketKeywordMethod · 0.92
docAsStringMethod · 0.92
unrowMethod · 0.92
docMethod · 0.92
docMethod · 0.92
docRowMethod · 0.92
docMethod · 0.92
docMethod · 0.92
docMethod · 0.92
docMethod · 0.92

Calls 1

textTypeAlias · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…