Files
clio/tests/common/util/AssignRandomPort.hpp
2026-03-24 15:25:32 +00:00

11 lines
117 B
C++

#pragma once
#include <cstdint>
namespace tests::util {
uint32_t
generateFreePort();
} // namespace tests::util