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

Method isBlipSync

rest/handler.go:1831–1833  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1829}
1830
1831func (h *handler) isBlipSync() bool {
1832 return h.pathTemplateContains("_blipsync")
1833}
1834
1835// Checks whether the mux path template for the current route contains the specified pattern
1836func (h *handler) pathTemplateContains(pattern string) bool {

Callers 4

logRESTCountMethod · 0.95
setUserForPublicAuthMethod · 0.95

Calls 1

pathTemplateContainsMethod · 0.95

Tested by

no test coverage detected