Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_init
Method · 0.80
watch
Method · 0.80
_build
Method · 0.80
_getWatcherSubscription
Method · 0.80
removeBundle
Function · 0.80
createIdealGraph
Function · 0.80
enter
Function · 0.80
getBundleGroupsForBundle
Function · 0.80
mergeBundle
Function · 0.80
background-service-runtime.ts
File · 0.80
processPipeline
Function · 0.80
createShadowContainer
Function · 0.80
Calls
1
getIndex
Method · 0.95
Tested by
no test coverage detected