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

Method IsZero

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

Source from the content-addressed store, hash-verified

158}
159
160func (Blog) IsZero(post Post) bool {
161 return post.IsZero()
162}
163
164func (Blog) WithID(posts []Post, id int) Post {
165 for _, post := range posts {

Callers

nothing calls this directly

Calls 1

IsZeroMethod · 0.45

Tested by

no test coverage detected