MCPcopy
hub / github.com/Automattic/mongoose / decrypt

Function decrypt

test/document.test.js:9927–9929  ·  view source on GitHub ↗
(doc, path)

Source from the content-addressed store, hash-verified

9925 };
9926
9927 const decrypt = function(doc, path) {
9928 return doc.get(path + '_crypt').replace('_crypt', '');
9929 };
9930
9931 IClientSchema.virtual('jwt.token')
9932 .get(function() {

Callers 1

document.test.jsFile · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…