MCPcopy
hub / github.com/PlasmoHQ/plasmo / add

Method add

core/parcel-bundler/src/bit-set.ts:56–58  ·  view source on GitHub ↗
(item: T)

Source from the content-addressed store, hash-verified

54 }
55
56 add(item: T) {
57 this._value |= BIGINT_ONE << this.getIndex(item)
58 }
59
60 delete(item: T) {
61 this._value &= ~(BIGINT_ONE << this.getIndex(item))

Callers 15

_initMethod · 0.80
watchMethod · 0.80
_buildMethod · 0.80
removeBundleFunction · 0.80
createIdealGraphFunction · 0.80
enterFunction · 0.80
getBundleGroupsForBundleFunction · 0.80
mergeBundleFunction · 0.80
processPipelineFunction · 0.80
createShadowContainerFunction · 0.80

Calls 1

getIndexMethod · 0.95

Tested by

no test coverage detected