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