MCPcopy
hub / github.com/expr-lang/expr / Blog

Struct Blog

test/playground/env.go:89–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89type Blog struct {
90 Posts []Post
91 Authors map[int]Author
92 TotalViews int
93 TotalPosts int
94 TotalLikes int
95}
96
97func (b Blog) RecentPosts() []Post {
98 var posts []Post

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected