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

Method getBytesPerIQSample

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

Source from the content-addressed store, hash-verified

39 dataClient?: BlobClient;
40
41 getBytesPerIQSample(): number {
42 return dataTypeToBytesPerIQSample(this.global['core:datatype']) ?? 2;
43 }
44
45 getVersion() {
46 return String(this.global['core:version']);

Callers 10

getLengthInBytesMethod · 0.95
PluginsPaneFunction · 0.80
getMetaFromFileMethod · 0.80
blobNameToMetadataFunction · 0.80
getMinimapIQMethod · 0.80
getIQDataBlocksMethod · 0.80
getMinimapIQMethod · 0.80

Calls 1

Tested by

no test coverage detected