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

Function getStoreKey

src/config/registry/index.ts:34–36  ·  view source on GitHub ↗
(prop: PropertyDef)

Source from the content-addressed store, hash-verified

32 * Get the store key for a property (uses storeKey if defined, otherwise key)
33 */
34export function getStoreKey(prop: PropertyDef): string {
35 return prop.storeKey ?? prop.key;
36}
37
38/**
39 * Build shareable fields map from registry.

Callers 5

registry.test.tsFile · 0.90
resetToDefaultsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected