MCPcopy 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
503protected:
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