Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PlasmoHQ/plasmo
/ has
Method
has
core/parcel-bundler/src/bit-set.ts:64–66 ·
view source on GitHub ↗
(item: T)
Source
from the content-addressed store, hash-verified
62
}
63
64
has(item: T): boolean {
65
return
Boolean(this._value & (BIGINT_ONE << this.getIndex(item)))
66
}
67
68
intersect(v: BitSet<T>) {
69
this._value = this._value & v._value
Callers
15
handlePolyfill
Function · 0.80
handleAlias
Function · 0.80
handleTildeSrc
Function · 0.80
attemptResolve
Function · 0.80
attemptResolveArray
Function · 0.80
decorateLegacyGraph
Function · 0.80
enter
Function · 0.80
createIdealGraph
Function · 0.80
background-service-runtime.ts
File · 0.80
mountAnchors
Function · 0.80
main
Function · 0.80
base.ts
File · 0.80
Calls
1
getIndex
Method · 0.95
Tested by
no test coverage detected