Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BatchDrake/SigDigger
/ getSourceTimeStamp
Method
getSourceTimeStamp
Suscan/Analyzer.cpp:246–254 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
244
}
245
246
struct timeval
247
Analyzer::getSourceTimeStamp(void) const
248
{
249
struct timeval tv;
250
251
suscan_analyzer_get_source_time(this->instance, &tv);
252
253
return tv;
254
}
255
256
void
257
Analyzer::halt(void)
Callers
1
onTick
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected