Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
uint32_t reftable_rand(void)
12
{
13
return git_rand(CSPRNG_BYTES_INSECURE);
14
}
15
16
int tmpfile_from_pattern(struct reftable_tmpfile *out, const char *pattern)
17
{
Callers
2
reftable_stack_reload_maybe_reuse
Function · 0.85
format_name
Function · 0.85
Calls
1
git_rand
Function · 0.85
Tested by
no test coverage detected