Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dresende/node-orm2
/ handler
Function
handler
test/common.js:134–137 ·
view source on GitHub ↗
(err)
Source
from the content-addressed store, hash-verified
132
if
(typeof args ===
"undefined"
) args = [];
133
134
var
handler =
function
(err) {
135
if
(until(err))
return
done.apply(this, arguments);
136
return
runNext();
137
};
138
139
args.push(handler);
140
Callers
2
runCurrent
Function · 0.85
runNext
Function · 0.85
Calls
1
runNext
Function · 0.85
Tested by
no test coverage detected