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

Method _getRawIndentString

src/MagicString.ts:301–304  ·  view source on GitHub ↗

@internal

()

Source from the content-addressed store, hash-verified

299
300 /** @internal */
301 _getRawIndentString(): string | null | undefined {
302 this._ensureindentStr()
303 return this.indentStr
304 }
305
306 getIndentString(): string {
307 this._ensureindentStr()

Callers 1

getIndentStringMethod · 0.80

Calls 1

_ensureindentStrMethod · 0.95

Tested by

no test coverage detected