MCPcopy Index your code
hub / github.com/ColmapView/Colmapview.github.io / on

Method on

src/test/builders/browserFakes.ts:371–373  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

369 on(_event: 'progress', _listener: (percent: number) => void): this;
370 on(_event: string | symbol, _listener: (...args: unknown[]) => void): this;
371 on(): this {
372 return this;
373 }
374
375 once(_event: 'abort' | 'start', _listener: () => void): this;
376 once(_event: 'finished', _listener: (blob: Blob, data: Uint8Array) => void): this;

Callers 5

builders.test.tsFile · 0.80
startDatasetServerFunction · 0.80

Calls

no outgoing calls

Tested by 2

startDatasetServerFunction · 0.64