/
home
/
infinitibizsol
/
.trash
/
node_modules.10
/
mongoose
/
lib
/
helpers
/
schema
/
File Upload :
llllll
Current File: /home/infinitibizsol/.trash/node_modules.10/mongoose/lib/helpers/schema/idGetter.js
'use strict'; /*! * ignore */ module.exports = function addIdGetter(schema) { // ensure the documents receive an id getter unless disabled const autoIdGetter = !schema.paths['id'] && schema.paths['_id'] && schema.options.id; if (!autoIdGetter) { return schema; } schema.virtual('id').get(idGetter); return schema; }; /** * Returns this documents _id cast to a string. * @api private */ function idGetter() { if (this._id != null) { return String(this._id); } return null; }
Copyright ©2k19 -
Hexid
|
Tex7ure