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

Method prepend

src/Bundle.ts:283–286  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

281 }
282
283 prepend(str: string): this {
284 this.intro = str + this.intro
285 return this
286 }
287
288 toString(): string {
289 const body = this.sources

Callers 2

Bundle.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected