MCPcopy Create free account
hub / github.com/SethGammon/Citadel / checkOverlap

Function checkOverlap

scripts/coordination.js:76–83  ·  view source on GitHub ↗
(scope)

Source from the content-addressed store, hash-verified

74}
75
76function checkOverlap(scope) {
77 const overlap = findOverlap(scope);
78 if (overlap) {
79 console.log(`OVERLAP with ${overlap.instanceId}: ${(overlap.scope || []).join(', ')}`);
80 process.exit(1);
81 }
82 console.log('No overlap detected');
83}
84
85function sweep() {
86 const result = sweepStaleInstances();

Callers 1

coordination.jsFile · 0.85

Calls 1

findOverlapFunction · 0.85

Tested by

no test coverage detected