MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / glow

Function glow

graph-ui/src/lib/density.test.ts:18–18  ·  view source on GitHub ↗
(hex: string)

Source from the content-addressed store, hash-verified

16 return [((n >> 16) & 0xff) / 255, ((n >> 8) & 0xff) / 255, (n & 0xff) / 255];
17}
18const glow = (hex: string) => nodeGlowBoost(...rgb(hex));
19
20describe("edgeIntensityScale", () => {
21 it("is 1 at or below the reference edge count", () => {

Callers 1

density.test.tsFile · 0.85

Calls 2

nodeGlowBoostFunction · 0.90
rgbFunction · 0.85

Tested by

no test coverage detected