MCPcopy Create free account
hub / github.com/DFin/Neural-Network-Visualisation / hideSelectionGlow

Method hideSelectionGlow

assets/main.js:2281–2284  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2279 }
2280
2281 hideSelectionGlow() {
2282 if (!this.selectionGlowSprite) return;
2283 this.selectionGlowSprite.visible = false;
2284 }
2285
2286 updateSelectionVisuals() {
2287 if (!this.selectedNeuron) return;

Callers 2

clearSelectionMethod · 0.95
updateSelectionGlowMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected