Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ HashMap
Method
HashMap
Kernel/include/hash.h:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
lock_t lock = 0;
44
public:
45
HashMap(){
46
buckets = new List<KeyValuePair>[bucketCount];
47
lock = 0;
48
}
49
50
HashMap(unsigned bCount){
51
bucketCount = bCount;
Callers
nothing calls this directly
Calls
1
HashMap
Class · 0.85
Tested by
no test coverage detected