MCPcopy Create free account
hub / github.com/antirez/ds4 / dist_token_hash_prefix

Function dist_token_hash_prefix

ds4_distributed.c:1509–1511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1507}
1508
1509static uint64_t dist_token_hash_prefix(const int *tokens, uint32_t n_tokens) {
1510 return dist_token_hash_update_span(DS4_DIST_TOKEN_HASH_INIT, tokens, n_tokens);
1511}
1512
1513static int dist_session_token_hash_prefix(
1514 ds4_session *session,

Calls 1

Tested by

no test coverage detected