MCPcopy
hub / github.com/opentrace/opentrace / init

Method init

ui/src/components/pixi/PixiRenderer.ts:357–360  ·  view source on GitHub ↗
(container: HTMLElement, width: number, height: number)

Source from the content-addressed store, hash-verified

355 // ─── Lifecycle ──────────────────────────────────────────────────────
356
357 init(container: HTMLElement, width: number, height: number): Promise<void> {
358 this.initPromise = this._init(container, width, height);
359 return this.initPromise;
360 }
361
362 private async _init(
363 container: HTMLElement,

Callers

nothing calls this directly

Calls 1

_initMethod · 0.95

Tested by

no test coverage detected