(externalCidScope, compareValue)
| 763 | }); |
| 764 | |
| 765 | function compare(externalCidScope, compareValue) { |
| 766 | return cid.get({scope: externalCidScope}, hasConsent).then((c) => { |
| 767 | expect(c).to.equal(compareValue); |
| 768 | }); |
| 769 | } |
| 770 | |
| 771 | function removeMemoryCacheOfCid(opt_cid) { |
| 772 | (opt_cid || cid).baseCid_ = null; |
no test coverage detected