Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dolthub/doltgresql
/ text
TypeAlias
text
postgres/parser/pretty/document.go:80–80 ·
view source on GitHub ↗
text represents (TEXT s) :: DOC -- a simple text string.
Source
from the content-addressed store, hash-verified
78
79
// text represents (TEXT s) :: DOC -- a simple text string.
80
type
text string
81
82
// Text is the TEXT constructor.
83
func
Text(s string) Doc {
Callers
2
Text
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected