MCPcopy
hub / github.com/opentrace/opentrace / constructor

Method constructor

ui/src/components/pipeline/concurrent/stages.ts:529–534  ·  view source on GitHub ↗
({ config, store }: EmbedStageConfig)

Source from the content-addressed store, hash-verified

527 private _total = 0;
528
529 constructor({ config, store }: EmbedStageConfig) {
530 this.embedderConfig = config;
531 this.store = store;
532 // Start model loading immediately — overlaps with earlier stages
533 this.ensureModel();
534 }
535
536 name(): string {
537 return 'embed';

Callers

nothing calls this directly

Calls 1

ensureModelMethod · 0.95

Tested by

no test coverage detected