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

Method SearchHandlerPath

pkg/test/world.go:395–395  ·  view source on GitHub ↗

SearchHandlerPath returns the path to the search handler, with trailing slash.

()

Source from the content-addressed store, hash-verified

393
394// SearchHandlerPath returns the path to the search handler, with trailing slash.
395func (w *World) SearchHandlerPath() string { return "/my-search/" }
396
397// ServerBinary returns the location of the perkeepd binary running for this World.
398func (w *World) ServerBinary() string {

Callers 1

TestWebsocketQueryFunction · 0.80

Implementers 2

testWorldpkg/gc/gc_test.go
Worldpkg/test/world.go

Calls

no outgoing calls

Tested by 1

TestWebsocketQueryFunction · 0.64