MCPcopy Index your code
hub / github.com/deployd/deployd / next

Function next

test/support.js:107–112  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

105 };
106
107 function next(err) {
108 if(!(behavior && behavior.next)) {
109 throw new Error('should not call next');
110 }
111 if(behavior && behavior.done) behavior.done(err);
112 }
113
114 resource.handle(context, next);
115};

Callers 5

router.unit.jsFile · 0.70
nextResourceFunction · 0.50
files.jsFile · 0.50
http.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected