Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
4039
function
getPrefix(db) {
4040
if
(isFunction(db.prefix)) {
4041
return
db.prefix();
4042
}
4043
return
db;
4044
}
4045
4046
function
clone$1(_obj) {
4047
var
obj = {};
Callers
1
nut
Function · 0.70
Calls
1
isFunction
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…