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

Class

benchmark/data.js:2–2  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { encode } from 'sourcemap-codec';
2class BitSet {
3 constructor(arg) {
4 this.bits = arg instanceof BitSet ? arg.bits.slice() : [];
5 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected