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

Method isLoaded

src/dataset/DatasetManager.ts:36–38  ·  view source on GitHub ↗

Check if a dataset is loaded

()

Source from the content-addressed store, hash-verified

34
35 /** Check if a dataset is loaded */
36 isLoaded(): boolean {
37 return this.getState().sourceType !== null;
38 }
39
40 private getSourceAdapter(state: DatasetState) {
41 return getDatasetSourceAdapter(state.sourceType);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected