Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rich-Harris/magic-string
/ prependLeft
Method
prependLeft
benchmark/data.js:70–72 ·
view source on GitHub ↗
(content)
Source
from the content-addressed store, hash-verified
68
return
this;
69
}
70
prependLeft(content) {
71
this.outro = content + this.outro;
72
}
73
prependRight(content) {
74
this.intro = content + this.intro;
75
}
Callers
1
prependLeft
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected