Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IQEngine/IQEngine
/ getSampleRate
Method
getSampleRate
client/src/utils/sigmfMetadata.ts:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
getSampleRate() {
58
return
Number(this.global[
'core:sample_rate'
] ?? 1e6);
59
}
60
61
getTotalSamples() {
62
return
Number(this.global[
'traceability:sample_length'
] ?? 0);
Callers
11
sigmfMetadata.test.ts
File · 0.80
TimeSelector
Function · 0.80
MetaViewer
Function · 0.80
RulerTop
Function · 0.80
handleSubmit
Function · 0.80
FreqSelector
Function · 0.80
RulerSide
Function · 0.80
AnnotationViewer
Function · 0.80
onDragEnd
Function · 0.80
AnnotationList
Function · 0.80
FileRow
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected