MCPcopy Create free account
hub / github.com/expr-lang/expr / Title

Method Title

test/playground/env.go:143–145  ·  view source on GitHub ↗
(post Post)

Source from the content-addressed store, hash-verified

141}
142
143func (Blog) Title(post Post) string {
144 return post.Title
145}
146
147func (Blog) HasTag(post Post, tag string) bool {
148 for _, t := range post.Tags {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected