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

Method _getRawIndentString

src/MagicString.ts:404–407  ·  view source on GitHub ↗

@internal

()

Source from the content-addressed store, hash-verified

402
403 /** @internal */
404 _getRawIndentString(): string | null | undefined {
405 this._ensureindentStr()
406 return this.indentStr
407 }
408
409 getIndentString(): string {
410 this._ensureindentStr()

Callers 1

getIndentStringMethod · 0.80

Calls 1

_ensureindentStrMethod · 0.95

Tested by

no test coverage detected