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

Method prepend

benchmark/data-min.js:795–797  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

793 );
794 }
795 prepend(t) {
796 return ((this.intro = t + this.intro), this);
797 }
798 toString() {
799 const t = this.sources
800 .map((e, n) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected