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

Method appendLeft

src/Chunk.ts:40–42  ·  view source on GitHub ↗
(content: string)

Source from the content-addressed store, hash-verified

38 }
39
40 appendLeft(content: string): void {
41 this.outro += content
42 }
43
44 appendRight(content: string): void {
45 this.intro = this.intro + content

Callers 2

Bundle.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected