MCPcopy Index your code
hub / github.com/ClearURLs/Addon / get

Method get

browser-polyfill.js:728–733  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

726 this.createItem = createItem;
727 }
728 get(key) {
729 if (!this.has(key)) {
730 this.set(key, this.createItem(key));
731 }
732 return super.get(key);
733 }
734 }
735
736 /**

Callers 15

addListenerFunction · 0.45
hasListenerFunction · 0.45
removeListenerFunction · 0.45
datatables.min.jsFile · 0.45
stFunction · 0.45
nFunction · 0.45
reFunction · 0.45
EeFunction · 0.45
HeFunction · 0.45
oFunction · 0.45
FeFunction · 0.45

Calls 1

hasMethod · 0.80

Tested by

no test coverage detected