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

Method toString

src/Chunk.ts:154–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152 }
153
154 toString(): string {
155 return this.intro + this.content + this.outro
156 }
157
158 trimEnd(rx: RegExp): boolean | undefined {
159 this.outro = this.outro.replace(rx, '')

Callers 4

mainFunction · 0.45
Bundle.test.tsFile · 0.45
SourceMap.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected