MCPcopy Create free account
hub / github.com/KDE/kdevelop / Set

Function Set

plugins/qmljs/nodejsmodules/__builtin_ecmascript.js:755–755  ·  view source on GitHub ↗
(iterable)

Source from the content-addressed store, hash-verified

753 * exports.Set
754 */
755function Set(iterable) { return ; }
756exports.Set = Set;
757
758exports.Set.prototype.add = function (value) { return new Set(); };

Callers 13

sizeMethod · 0.85
clearMethod · 0.85
createSetFromIndicesMethod · 0.85
createSetMethod · 0.85
operator +Method · 0.85
operator &Method · 0.85
setMethod · 0.85
LazySetMethod · 0.85
clearMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected