MCPcopy Create free account
hub / github.com/Yaffle/EventSource / next

Function next

tests/qunit.js:1008–1010  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1006
1007function process( last ) {
1008 function next() {
1009 process( last );
1010 }
1011 var start = new Date().getTime();
1012 config.depth = config.depth ? config.depth + 1 : 1;
1013

Callers

nothing calls this directly

Calls 1

processFunction · 0.85

Tested by

no test coverage detected