MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / IsDeleted

Method IsDeleted

db/document.go:334–336  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

332}
333
334func (doc *Document) IsDeleted() bool {
335 return doc.hasFlag(channels.Deleted)
336}
337
338func (doc *Document) BodyWithSpecialProperties(ctx context.Context) ([]byte, error) {
339 bodyBytes, err := doc.BodyBytes(ctx)

Callers 2

MarshalWithXattrsMethod · 0.95

Calls 1

hasFlagMethod · 0.95

Tested by

no test coverage detected