MCPcopy 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
246struct timeval
247Analyzer::getSourceTimeStamp(void) const
248{
249 struct timeval tv;
250
251 suscan_analyzer_get_source_time(this->instance, &tv);
252
253 return tv;
254}
255
256void
257Analyzer::halt(void)

Callers 1

onTickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected