Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/google/go-querystring
/ IsZero
Method
IsZero
query/encode.go:333–333 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
331
332
type
zeroable
interface
{
333
IsZero() bool
334
}
335
336
if
z, ok := v.Interface().(zeroable); ok {
Callers
1
isEmptyValue
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected