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

Method getServerAddr

rest/handler.go:226–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

224}
225
226func (h *handler) getServerAddr() (string, error) {
227 return h.server.getServerAddr(h.serverType)
228}
229
230func (h *handler) addDatabaseLogContext(dbName string, logConfig *base.DbLogConfig) {
231 if dbName != "" {

Callers 3

ctxMethod · 0.95
handleSGCollectMethod · 0.45
mustGetServerAddrFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected