MCPcopy Create free account
hub / github.com/decaporg/decap-cms / process

Function process

packages/decap-cms-widget-code/scripts/process-languages.js:78–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76}
77
78async function process() {
79 const data = await fetchData();
80 const transformedData = transform(data);
81 await outputData(transformedData);
82 await generateLoaders(transformedData);
83
84 console.log('Generated language data and loaders');
85}
86
87process();

Callers 1

Calls 4

fetchDataFunction · 0.85
outputDataFunction · 0.85
generateLoadersFunction · 0.85
transformFunction · 0.70

Tested by

no test coverage detected