芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/mongoose/lib/helpers/topology/isAtlas.js
'use strict'; module.exports = function isAtlas(topologyDescription) { if (topologyDescription == null || topologyDescription.constructor.name !== 'TopologyDescription') { return false; } return Array.from(topologyDescription.servers.keys()). every(host => host.endsWith('.mongodb.net:27017')); };