Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ GetBucket
Method
GetBucket
src/base/AFStringPod.hpp:504–507 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
502
503
protected:
504
size_t GetBucket(size_t hash) const
505
{
506
return (hash % mnSize);
507
}
508
509
node_t* NewNode(const TYPE* name)
510
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected