MCPcopy 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

handleWheelFunction · 0.80
ScrollBarFunction · 0.80
handleWheelFunction · 0.80
TimeSelectorMinimapFunction · 0.80
AnnotationListFunction · 0.80
useSpectrogramFunction · 0.80
getMinimapIQMethod · 0.80
getMinimapIQMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected