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

Method displayURL

app/scanningcabinet/models.go:148–150  ·  view source on GitHub ↗

displayURL returns the url that displays this struct

()

Source from the content-addressed store, hash-verified

146
147// displayURL returns the url that displays this struct
148func (doc *document) displayURL() string {
149 return fmt.Sprintf("doc/%s", doc.permanode)
150}
151
152// SomeTitle returns this struct's title or, failing that, its tags -
153// and even failing that, its IntID

Callers 2

MakeViewModelMethod · 0.95
handleMakedocMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected