MCPcopy
hub / github.com/zxlie/FeHelper / N

Function N

apps/crontab/index.js:888–893  ·  view source on GitHub ↗
(n, r, o, a)

Source from the content-addressed store, hash-verified

886 var x = e("xtend/mutable"), A = e("xtend"), S = e("./apply-hook");
887
888 function N(n, r, o, a) {
889 n && !o[n] && (o[n] = {}), Object.keys(r).forEach(function (e) {
890 var t = a ? a(r[e], e) : r[e];
891 n ? o[n][e] = t : o[e] = t
892 })
893 }
894
895 function r(e) {
896 throw e

Callers 3

crontabGuruStarterFunction · 0.70
nFunction · 0.70
CFunction · 0.70

Calls 4

aFunction · 0.70
yFunction · 0.70
_Function · 0.70
CFunction · 0.70

Tested by

no test coverage detected