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

Function buildShareData

src/appStartupPolicy.test.ts:34–42  ·  view source on GitHub ↗
(overrides: Partial<DecodedShareData>)

Source from the content-addressed store, hash-verified

32};
33
34function buildShareData(overrides: Partial<DecodedShareData>): DecodedShareData {
35 return {
36 manifestUrl: null,
37 manifest: null,
38 viewState: null,
39 config: null,
40 ...overrides,
41 };
42}
43
44describe('app startup policy', () => {
45 it('detects enabled embed query flags only', () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected