MCPcopy Create free account
hub / github.com/ColmapView/Colmapview.github.io / settle

Function settle

src/splat/gaussianCloudLoader.ts:240–245  ·  view source on GitHub ↗
(callback: () => void)

Source from the content-addressed store, hash-verified

238 worker.terminate();
239 };
240 const settle = (callback: () => void) => {
241 if (settled) return;
242 settled = true;
243 cleanup();
244 callback();
245 };
246
247 worker.onmessage = (event: MessageEvent<GaussianCloudWorkerResponse>) => {
248 const response = event.data;

Callers 3

handleKeyDownFunction · 0.85
ConfirmationHostFunction · 0.85

Calls 1

cleanupFunction · 0.70

Tested by

no test coverage detected