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