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

Method getSourceType

src/dataset/DatasetManager.ts:31–33  ·  view source on GitHub ↗

Get the current source type

()

Source from the content-addressed store, hash-verified

29
30 /** Get the current source type */
31 getSourceType(): DatasetSource | null {
32 return this.getState().sourceType;
33 }
34
35 /** Check if a dataset is loaded */
36 isLoaded(): boolean {

Calls

no outgoing calls

Tested by

no test coverage detected