MCPcopy Create free account
hub / github.com/Rich-Harris/magic-string / has

Method has

src/BitSet.ts:12–14  ·  view source on GitHub ↗
(n: number)

Source from the content-addressed store, hash-verified

10 }
11
12 has(n: number): boolean {
13 return !!(this.bits[n >> 5] & (1 << (n & 31)))
14 }
15}

Callers 1

addUneditedChunkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected