Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IQEngine/IQEngine
/ getOrigin
Method
getOrigin
client/src/utils/sigmfMetadata.ts:53–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
getOrigin() {
54
return
this.global[
'traceability:origin'
];
55
}
56
57
getSampleRate() {
58
return
Number(this.global[
'core:sample_rate'
] ?? 1e6);
Callers
11
MetaRaw
Function · 0.80
global-properties.test.tsx
File · 0.80
use-spectrogram.test.tsx
File · 0.80
FileRow
Function · 0.80
useUpdateMeta
Function · 0.80
getMinimapIQ
Method · 0.80
getIQDataBlocks
Method · 0.80
getIQDataBlocks
Method · 0.80
getMinimapIQ
Method · 0.80
getMinimapIQ
Method · 0.80
getIQDataBlocks
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected