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

Function DocsURL

pkg/sql/parser/base.go:9–9  ·  view source on GitHub ↗

DocsURL generates the URL to pageName in the version of the docs associated with this binary.

(pageName string)

Source from the content-addressed store, hash-verified

7// DocsURL generates the URL to pageName in the version of the docs associated
8// with this binary.
9func DocsURL(pageName string) string { return DocsURLBase + "/" + pageName }
10

Callers 1

helpWithFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…