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

Method client

db/blip_sync_messages.go:333–335  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

331}
332
333func (scm *SetCheckpointMessage) client() string {
334 return scm.Properties[BlipClient]
335}
336
337func (scm *SetCheckpointMessage) SetClient(client string) {
338 scm.Properties[BlipClient] = client

Callers 2

StringMethod · 0.95
handleSetCheckpointMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected