xref
: /
openbmc
/
telemetry
/
tests
/
src
/
utils
/
generate_unique_mock_id.hpp
(revision e6d4887453f0b23b46c012da7cb26f2beb38ef0e)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
pragma
once
2
3
#
include
<
cstdint
>
4
5
uint64_t
generateUniqueMockId
();
6