MCPcopy
hub / github.com/ory/kratos / IsZero

Method IsZero

oryx/sqlxx/types.go:576–576  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

574}
575
576func (ns Duration) IsZero() bool { return ns == 0 }
577func (m StringSliceJSONFormat) IsZero() bool { return len(m) == 0 }
578func (n StringSlicePipeDelimiter) IsZero() bool { return len(n) == 0 }
579func (ns NullBool) IsZero() bool { return !ns.Valid || !ns.Bool }

Callers 12

IsNilFunction · 0.45
IsNilFunction · 0.45
ToNodeMethod · 0.45
IssueCookieMethod · 0.45
buildInsertQueryValuesFunction · 0.45
TestCompleteLoginFunction · 0.45
LoginMethod · 0.45
MarshalJSONMethod · 0.45
ValueMethod · 0.45
IsZeroMethod · 0.45
buildInsertQueryValuesFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestCompleteLoginFunction · 0.36