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