MCPcopy Create free account
hub / github.com/git/git / reftable_rand

Function reftable_rand

reftable/system.c:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include "../write-or-die.h"
10
11uint32_t reftable_rand(void)
12{
13 return git_rand(CSPRNG_BYTES_INSECURE);
14}
15
16int tmpfile_from_pattern(struct reftable_tmpfile *out, const char *pattern)
17{

Callers 2

format_nameFunction · 0.85

Calls 1

git_randFunction · 0.85

Tested by

no test coverage detected