(doc, path)
| 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() { |
no test coverage detected
searching dependent graphs…