Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rich-Harris/magic-string
/ _getRawIndentString
Method
_getRawIndentString
src/MagicString.ts:310–313 ·
view source on GitHub ↗
@internal
()
Source
from the content-addressed store, hash-verified
308
309
/** @internal */
310
_getRawIndentString(): string | null | undefined {
311
this._ensureindentStr()
312
return
this.indentStr
313
}
314
315
getIndentString(): string {
316
this._ensureindentStr()
Callers
1
getIndentString
Method · 0.80
Calls
1
_ensureindentStr
Method · 0.95
Tested by
no test coverage detected