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

Method getIndentString

src/MagicString.ts:305–308  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

303 }
304
305 getIndentString(): string {
306 this._ensureindentStr()
307 return this.indentStr === null ? '\t' : this.indentStr
308 }
309
310 /**
311 * Prefixes each line of the string with prefix.

Callers

nothing calls this directly

Calls 1

_ensureindentStrMethod · 0.95

Tested by

no test coverage detected