MCPcopy Create free account
hub / github.com/IQEngine/IQEngine / getDataType

Method getDataType

client/src/utils/sigmfMetadata.ts:139–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137 } else return this.getFullFilePath() + '.sigmf-meta';
138 }
139 getDataType() {
140 return this.global['core:datatype'] ?? '';
141 }
142 getDataTypeDescription() {
143 return this.global['core:datatype']
144 .replace('c', 'complex\n')

Callers 8

MetaViewerFunction · 0.80
handleSubmitFunction · 0.80
getMinimapIQMethod · 0.80
getIQDataBlocksMethod · 0.80
getIQDataBlocksMethod · 0.80
getMinimapIQMethod · 0.80
getMinimapIQMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected