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

Function Text

postgres/parser/pretty/document.go:83–85  ·  view source on GitHub ↗

Text is the TEXT constructor.

(s string)

Source from the content-addressed store, hash-verified

81
82// Text is the TEXT constructor.
83func Text(s string) Doc {
84 return text(s)
85}
86
87// line represents LINE :: DOC -- a "soft line" that can be flattened to a space.
88type 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