Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rich-Harris/magic-string
/ trimStart
Method
trimStart
benchmark/data.js:780–783 ·
view source on GitHub ↗
(charType)
Source
from the content-addressed store, hash-verified
778
return
false;
779
}
780
trimStart(charType) {
781
this.trimStartAborted(charType);
782
return
this;
783
}
784
hasChanged() {
785
return
this.original !== this.toString();
786
}
Callers
1
trim
Method · 0.95
Calls
1
trimStartAborted
Method · 0.95
Tested by
no test coverage detected