Файловый менеджер - Редактировать - /home/freeclou/app.optimyar.com/backend/node_modules/mongodb/lib/operations/indexes.js
Назад
'use strict'; const OperationBase = require('./operation').OperationBase; const indexInformation = require('./common_functions').indexInformation; class IndexesOperation extends OperationBase { constructor(collection, options) { super(options); this.collection = collection; } execute(callback) { const coll = this.collection; let options = this.options; options = Object.assign({}, { full: true }, options); indexInformation(coll.s.db, coll.collectionName, options, callback); } } module.exports = IndexesOperation;
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.02 |
proxy
|
phpinfo
|
Настройка