MCPcopy Create free account
hub / github.com/Alfredredbird/CyberKelp / graphNodeRadius

Function graphNodeRadius

script.js:463–465  ·  view source on GitHub ↗
(connectionCount)

Source from the content-addressed store, hash-verified

461let graphSimulation = null; // keep ref so we can stop it on close
462
463function graphNodeRadius(connectionCount) {
464 return 5 + Math.min(connectionCount * 2, 12);
465}
466
467async function buildGraphData() {
468 await ensureAllNotesLoaded();

Callers 1

renderGraphFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected