(post Post)
| 141 | } |
| 142 | |
| 143 | func (Blog) Title(post Post) string { |
| 144 | return post.Title |
| 145 | } |
| 146 | |
| 147 | func (Blog) HasTag(post Post, tag string) bool { |
| 148 | for _, t := range post.Tags { |
nothing calls this directly
no outgoing calls
no test coverage detected