MCPcopy
hub / github.com/opentrace/opentrace / setShowAllLabels

Method setShowAllLabels

ui/src/components/pixi/PixiRenderer.ts:2124–2130  ·  view source on GitHub ↗
(show: boolean)

Source from the content-addressed store, hash-verified

2122 }
2123
2124 setShowAllLabels(show: boolean): void {
2125 this.showAllLabels = show;
2126 if (!this.app || !this.labelContainer) return;
2127 // applyCounterScale runs the cull inline; no need to call it
2128 // separately.
2129 this.applyCounterScale();
2130 }
2131
2132 // ─── Quadtree ─────────────────────────────────────────────────────
2133

Callers 1

Calls 1

applyCounterScaleMethod · 0.95

Tested by

no test coverage detected