MCPcopy Index your code
hub / github.com/tinyplex/tinybase / allModules

Function allModules

gulpfile.mjs:124–124  ·  view source on GitHub ↗
(cb)

Source from the content-addressed store, hash-verified

122
123const allOf = (array, cb) => Promise.all(array.map(cb));
124const allModules = (cb) => allOf(ALL_MODULES, cb);
125const allDefinitions = (cb) => allOf(ALL_DEFINITIONS, cb);
126
127const clearDir = async (dir = DIST_DIR) => {

Callers 3

getLabelBlocksFunction · 0.85
compileModulesForProdFunction · 0.85
compileForTestFunction · 0.85

Calls 1

allOfFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…