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

Function copyDefinitions

gulpfile.mjs:342–344  ·  view source on GitHub ↗
(dir)

Source from the content-addressed store, hash-verified

340};
341
342const copyDefinitions = async (dir) => {
343 await allDefinitions((module) => copyDefinition(dir, module));
344};
345
346const execute = async (cmd, showOutput = false) => {
347 const {spawn} = await import('child_process');

Callers 3

compileModulesForProdFunction · 0.85
compileDocsAndAssetsFunction · 0.85
compileForTestFunction · 0.85

Calls 2

allDefinitionsFunction · 0.85
copyDefinitionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…