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

Function makeConfig

example/almond.js:231–235  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

229 };
230
231 function makeConfig(name) {
232 return function () {
233 return (config && config.config && config.config[name]) || {};
234 };
235 }
236
237 handlers = {
238 require: function (name) {

Callers 1

almond.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected