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

Method logEndpointEntry

db/blip_handler.go:1731–1733  ·  view source on GitHub ↗
(profile, endpoint string)

Source from the content-addressed store, hash-verified

1729}
1730
1731func (bh *blipHandler) logEndpointEntry(profile, endpoint string) {
1732 base.InfofCtx(bh.loggingCtx, base.KeySyncMsg, "#%d: Type:%s %s", bh.serialNumber, profile, endpoint)
1733}
1734
1735// GetHLVFromRevMessage extracts the full HLV from a rev message. This will fail the test if the message does not contain a valid HLV.
1736//

Callers 9

handleGetCollectionsMethod · 0.95
handleGetRevMethod · 0.95
handleFunctionMethod · 0.95
handleGetCheckpointMethod · 0.95
handleSetCheckpointMethod · 0.95
handleSubChangesMethod · 0.95
handleChangesMethod · 0.95
handleProposeChangesMethod · 0.95
handleGetAttachmentMethod · 0.95

Calls 1

InfofCtxFunction · 0.92

Tested by

no test coverage detected