MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / SetTimestamp

Method SetTimestamp

src/db/block.h:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 cBlock<SIZE>::mBlockNum = blockNum;
158 }
159 void SetTimestamp(uint32 timestamp)
160 {
161 mTimestamp = timestamp;
162 }
163 uint32 GetTimestamp() const
164 {
165 return mTimestamp;

Callers 1

GetBlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected