MCPcopy Index your code
hub / github.com/apache/pouchdb / getPrefix

Function getPrefix

lib/index.js:4039–4044  ·  view source on GitHub ↗
(db)

Source from the content-addressed store, hash-verified

4037}
4038
4039function getPrefix(db) {
4040 if (isFunction(db.prefix)) {
4041 return db.prefix();
4042 }
4043 return db;
4044}
4045
4046function clone$1(_obj) {
4047 var obj = {};

Callers 1

nutFunction · 0.70

Calls 1

isFunctionFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…