Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rich-Harris/magic-string
/ appendLeft
Method
appendLeft
benchmark/data-min.js:28–30 ·
view source on GitHub ↗
(t)
Source
from the content-addressed store, hash-verified
26
}));
27
}
28
appendLeft(t) {
29
this.outro += t;
30
}
31
appendRight(t) {
32
this.intro = this.intro + t;
33
}
Callers
1
appendLeft
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected