MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / rememberGeneratedUuidContextOutputs

Function rememberGeneratedUuidContextOutputs

scripts/build-compliance.cjs:291–297  ·  view source on GitHub ↗
(step, generatedContextNames)

Source from the content-addressed store, hash-verified

289 }
290
291 function rememberGeneratedUuidContextOutputs(step, generatedContextNames) {
292 for (const output of step?.context_outputs ?? []) {
293 if (output?.generate === 'uuid_v4' && typeof output.name === 'string') {
294 generatedContextNames.add(output.name);
295 }
296 }
297 }
298
299 function lintFile(p) {
300 const rel = path.relative(sourceDir, p);

Callers 1

lintFileFunction · 0.85

Calls 1

addMethod · 0.80

Tested by

no test coverage detected