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

Function getShareSelectedImageId

src/appStartupPolicy.ts:77–80  ·  view source on GitHub ↗
(config: ShareConfig | null | undefined)

Source from the content-addressed store, hash-verified

75}
76
77export function getShareSelectedImageId(config: ShareConfig | null | undefined): number | null {
78 const selectedImageId = config?.camera?.selectedImageId;
79 return typeof selectedImageId === 'number' ? selectedImageId : null;
80}
81
82export function getAppStartupLoadPlan({
83 shareData,

Callers 2

getAppStartupLoadPlanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected