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

Function encodeKey

lib/index.js:4123–4125  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

4121 var prefix = _opts.prefix || [];
4122
4123 function encodeKey(key) {
4124 return encodePrefix(prefix, key, opts, {});
4125 }
4126
4127 ltgt.toLtgt(_opts, opts, encodeKey, precodec.lowerBound, precodec.upperBound);
4128

Callers

nothing calls this directly

Calls 1

encodePrefixFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…