PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/bytebuffer/src/methods

Просмотр файла: capacity.js

/**
 * Gets the capacity of this ByteBuffer's backing buffer.
 * @returns {number} Capacity of the backing buffer
 * @expose
 */
ByteBufferPrototype.capacity = function() {
    return /*?= CAPACITY */;
};

Выполнить команду


Для локальной разработки. Не используйте в интернете!