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

Function URL

pkg/docs/docs.go:25–25  ·  view source on GitHub ↗

URL 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

23// URL generates the URL to pageName in the version of the docs associated
24// with this binary.
25func URL(pageName string) string { return URLBase + "/" + pageName }
26
27// ReleaseNotesURL generates the URL to pageName in the .0 patch release notes
28// docs associated with this binary.

Callers 3

helpWithFunctionFunction · 0.92
wrapGEOSInitErrorFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected