MCPcopy Create free account
hub / github.com/CNCKitchen/stlTexturizer / formatM

Function formatM

js/main.js:2802–2806  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

2800 }
2801 }
2802}
2803
2804function updateBucketHover(e) {
2805 const triIdx = pickTriangle(e);
2806 if (triIdx === _lastHoverTriIdx) return; // unchanged — skip expensive BFS
2807 _lastHoverTriIdx = triIdx;
2808 if (triIdx < 0 || !triangleAdjacency) {
2809 setHoverPreview(null);

Callers 2

wireEventsFunction · 0.85
applySmartResolutionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected