displayURL returns the url that displays this struct
()
| 146 | |
| 147 | // displayURL returns the url that displays this struct |
| 148 | func (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 |
no outgoing calls
no test coverage detected