Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rich-Harris/magic-string
/ eachNext
Method
eachNext
benchmark/data-min.js:48–51 ·
view source on GitHub ↗
(t)
Source
from the content-addressed store, hash-verified
46
return
this.start < t && t < this.end;
47
}
48
eachNext(t) {
49
let
e = this;
50
for
(; e; ) (t(e), (e = e.next));
51
}
52
eachPrevious(t) {
53
let
e = this;
54
for
(; e; ) (t(e), (e = e.previous));
Callers
2
generateDecodedMap
Method · 0.45
generateDecodedMap
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected