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

Function allDefinitions

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

Source from the content-addressed store, hash-verified

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) => {
128 try {

Callers 1

copyDefinitionsFunction · 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…