Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
160
func
(Blog) IsZero(post Post) bool {
161
return
post.IsZero()
162
}
163
164
func
(Blog) WithID(posts []Post, id int) Post {
165
for
_, post :=
range
posts {
Callers
nothing calls this directly
Calls
1
IsZero
Method · 0.45
Tested by
no test coverage detected