Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IQEngine/IQEngine
/ getTotalSamples
Method
getTotalSamples
client/src/utils/sigmfMetadata.ts:61–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
}
60
61
getTotalSamples() {
62
return
Number(this.global[
'traceability:sample_length'
] ?? 0);
63
}
64
65
getFrequency() {
66
return
Number(this.captures[0][
'core:frequency'
] ?? 1e6);
Callers
8
handleWheel
Function · 0.80
ScrollBar
Function · 0.80
handleWheel
Function · 0.80
TimeSelectorMinimap
Function · 0.80
AnnotationList
Function · 0.80
useSpectrogram
Function · 0.80
getMinimapIQ
Method · 0.80
getMinimapIQ
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected