MCPcopy Create free account
hub / github.com/evilsocket/sum / IsNull

Method IsNull

wrapper/record.go:43–45  ·  view source on GitHub ↗

IsNull returns true if the record wrapped by this object is nil.

()

Source from the content-addressed store, hash-verified

41
42// IsNull returns true if the record wrapped by this object is nil.
43func (w *Record) IsNull() bool {
44 return w.record == nil
45}
46
47// Is returns true if this wrapped record and another wrapped
48// record have the same identifier, in other words if they

Callers 4

TestWrapRecordWithNilFunction · 0.80
TestWrappedRecordsFindFunction · 0.80

Calls

no outgoing calls

Tested by 4

TestWrapRecordWithNilFunction · 0.64
TestWrappedRecordsFindFunction · 0.64