MCPcopy
hub / github.com/apache/pouchdb / addEncodings

Function addEncodings

lib/index.js:4059–4067  ·  view source on GitHub ↗
(op, prefix)

Source from the content-addressed store, hash-verified

4057 }
4058
4059 function addEncodings(op, prefix) {
4060 if (prefix && prefix.options) {
4061 op.keyEncoding =
4062 op.keyEncoding || prefix.options.keyEncoding;
4063 op.valueEncoding =
4064 op.valueEncoding || prefix.options.valueEncoding;
4065 }
4066 return op;
4067 }
4068
4069 db.open(function () { /* no-op */});
4070

Callers 1

nutFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…