MCPcopy Create free account
hub / github.com/Rich-Harris/magic-string / prependLeft

Method prependLeft

src/Chunk.js:79–81  ·  view source on GitHub ↗
(content)

Source from the content-addressed store, hash-verified

77 }
78
79 prependLeft(content) {
80 this.outro = content + this.outro;
81 }
82
83 prependRight(content) {
84 this.intro = content + this.intro;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected