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

Function generateId

scripts/coordination.js:32–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30const { sweepStaleInstances } = require('../core/coordination/sweep');
31
32function generateId() {
33 const id = generateInstanceId();
34 console.log(id);
35 return id;
36}
37
38function register(id) {
39 registerInstance(id);

Callers 1

coordination.jsFile · 0.85

Calls 1

generateInstanceIdFunction · 0.85

Tested by

no test coverage detected