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

Function missingResponse

src/hooks/urlLoaderManifestFetch.test.ts:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42function missingResponse(): Response {
43 return new Response('', { status: 404, statusText: 'Missing' });
44}
45
46describe('URL loader manifest fetch helpers', () => {
47 it('fetches and validates a manifest while reporting progress', async () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected