MCPcopy Create free account
hub / github.com/edc/mapcat / makeLoad

Function makeLoad

example/almond.js:155–159  ·  view source on GitHub ↗
(depName)

Source from the content-addressed store, hash-verified

153 }
154
155 function makeLoad(depName) {
156 return function (value) {
157 defined[depName] = value;
158 };
159 }
160
161 function callDep(name) {
162 if (hasProp(waiting, name)) {

Callers 1

almond.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected