Searched refs:labMap (Results 1 – 1 of 1) sorted by relevance
92 const labMap = new Map(); constant94 if (labMap.has(host.name)) {95 labMap.get(host.name).hosts.push(host);97 … labMap.set(host.name, {name: host.name, owner: host.owner, admin: host.admin, hosts: [host]});101 labMap.forEach((value) => labs.push(value));