Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ StartTime
Method
StartTime
lib/mdflib/mdflib/src/hd4block.cpp:374–376 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
372
}
373
374
void Hd4Block::StartTime(uint64_t ns_since_1970) {
375
timestamp_.SetTime(ns_since_1970);
376
}
377
378
void Hd4Block::StartTime(ITimestamp& timestamp) {
379
timestamp_.SetTime(timestamp);
Callers
nothing calls this directly
Calls
2
SetTime
Method · 0.45
GetTimeNs
Method · 0.45
Tested by
no test coverage detected