Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getLengthInBytes
Method · 0.95
sigmfMetadata.test.ts
File · 0.80
PluginsPane
Function · 0.80
getMetaFromFile
Method · 0.80
blobNameToMetadata
Function · 0.80
getMinimapIQ
Method · 0.80
getIQDataBlocks
Method · 0.80
getMinimapIQ
Method · 0.80
getIQDataBlockFromBlob
Method · 0.80
LocalClient.test.tsx
File · 0.80
Calls
1
dataTypeToBytesPerIQSample
Function · 0.90
Tested by
no test coverage detected