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