Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rich-Harris/magic-string
/ prependRight
Method
prependRight
benchmark/data-min.js:68–70 ·
view source on GitHub ↗
(t)
Source
from the content-addressed store, hash-verified
66
this.outro = t + this.outro;
67
}
68
prependRight(t) {
69
this.intro = t + this.intro;
70
}
71
split(t) {
72
const
e = t - this.start,
73
n = this.original.slice(0, e),
Callers
2
indent
Method · 0.45
prependRight
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected