Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ next
Function
next
modules/files/file/file.js:49–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
return
{
48
iterator: this,
49
next() {
50
const
result = {value: this.iterator.next()};
51
result.done = undefined === result.value;
52
return
result;
53
}
54
};
55
}
56
};
Callers
2
file.js
File · 0.70
zip.js
File · 0.50
Calls
1
next
Method · 0.45
Tested by
no test coverage detected