MCPcopy
hub / github.com/indexzero/nconf / getStores

Function getStores

lib/nconf/provider.js:430–436  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

428 var self = this;
429
430 function getStores () {
431 var stores = Object.keys(self.stores);
432 stores.reverse();
433 return stores.map(function (name) {
434 return self.stores[name];
435 });
436 }
437
438 function loadStoreSync(store) {
439 if (!store.loadSync) {

Callers 2

loadSourcesFunction · 0.85
provider.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…