Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ Hd4Block
Method
Hd4Block
lib/mdflib/mdflib/src/hd4block.cpp:71–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
namespace mdf::detail {
70
71
Hd4Block::Hd4Block() {
72
block_type_ =
"##HD"
;
73
UtcTimestamp now(MdfHelper::NowNs());
74
timestamp_.SetTime(now);
75
}
76
77
MdfBlock* Hd4Block::Find(int64_t index) const {
78
if (index <= 0) {
Callers
nothing calls this directly
Calls
1
SetTime
Method · 0.45
Tested by
no test coverage detected