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