Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ shouldAutoIterate
Method
shouldAutoIterate
src/core/runtime/runtime.js:556–558 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
554
}
555
556
shouldAutoIterate(value) {
557
return
(value != null && value[SHOULD_AUTO_ITERATE_SYM]) || this.#isArrayLike(value);
558
}
559
560
forEach(value, func) {
561
if
(value == null) {
Callers
4
#flatGet
Method · 0.95
implicitLoop
Method · 0.95
doesExist
Method · 0.95
resolve
Method · 0.45
Calls
1
#isArrayLike
Method · 0.95
Tested by
no test coverage detected