MCPcopy Create free account
hub / github.com/apache/pouchdb / genDBUrl

Function genDBUrl

lib/index.js:6778–6780  ·  view source on GitHub ↗
(opts, path$$1)

Source from the content-addressed store, hash-verified

6776
6777// Generate a URL with the host data given by opts and the given path
6778function genDBUrl(opts, path$$1) {
6779 return genUrl(opts, opts.db + '/' + path$$1);
6780}
6781
6782// Generate a URL with the host data given by opts and the given path
6783function genUrl(opts, path$$1) {

Callers 3

HttpPouchFunction · 0.70
doBulkGetFunction · 0.70
fetchDataFunction · 0.70

Calls 1

genUrlFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…