MCPcopy Index your code
hub / github.com/perkeep/perkeep / BackendURL

Method BackendURL

pkg/server/app/app.go:525–527  ·  view source on GitHub ↗

BackendURL returns the appBackendURL that the app handler will proxy to.

()

Source from the content-addressed store, hash-verified

523
524// BackendURL returns the appBackendURL that the app handler will proxy to.
525func (a *Handler) BackendURL() string {
526 return a.backendURL
527}
528
529var errProcessTookTooLong = errors.New("process took too long to quit")
530

Callers 1

AppURLMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected