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

Function allOf

gulpfile.mjs:123–123  ·  view source on GitHub ↗
(array, cb)

Source from the content-addressed store, hash-verified

121});
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

Callers 6

allModulesFunction · 0.85
allDefinitionsFunction · 0.85
copyDefinitionFunction · 0.85
lintCheckFilesFunction · 0.85
lintCheckDocsFunction · 0.85
compileModuleFunction · 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…