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

Method toString

benchmark/data-min.js:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 );
88 }
89 toString() {
90 return this.intro + this.content + this.outro;
91 }
92 trimEnd(t) {
93 if (((this.outro = this.outro.replace(t, '')), this.outro.length)) return !0;
94 const e = this.content.replace(t, '');

Callers 3

data-min.jsFile · 0.45
toStringMethod · 0.45
toStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected