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

Method getIndentString

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

Source from the content-addressed store, hash-verified

313 return new b(this.generateDecodedMap(t));
314 }
315 getIndentString() {
316 return this.indentStr === null ? ' ' : this.indentStr;
317 }
318 indent(t, e) {
319 const n = /^[^\r\n]/gm;
320 if ((x(t) && ((e = t), (t = void 0)), (t = t !== void 0 ? t : this.indentStr || ' '), t === ''))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected