Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rich-Harris/magic-string
/
Class
benchmark/data-min.js:2–2 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ encode as k } from
'sourcemap-codec'
;
2
class
p {
3
constructor(t) {
4
this.bits = t instanceof p ? t.bits.slice() : [];
5
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected