Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rich-Harris/magic-string
/ _getRawIndentString
Method
_getRawIndentString
src/MagicString.js:197–200 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
195
}
196
197
_getRawIndentString() {
198
this._ensureindentStr();
199
return
this.indentStr;
200
}
201
202
getIndentString() {
203
this._ensureindentStr();
Callers
1
getIndentString
Method · 0.80
Calls
1
_ensureindentStr
Method · 0.95
Tested by
no test coverage detected