Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ KeyValuePair
Method
KeyValuePair
Kernel/include/hash.h:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
K key;
35
36
KeyValuePair() { value = T(); key = K(); }
37
KeyValuePair(K key, T value) { this->value = value; this->key = key; }
38
};
39
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected