Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carsonpo/haystackdb
/ new
Method
new
src/structures/metadata_index.rs:18–20 ·
view source on GitHub ↗
(key: String, value: String)
Source
from the content-addressed store, hash-verified
16
17
impl KVPair {
18
pub fn new(key: String, value: String) -> Self {
19
KVPair { key, value }
20
}
21
}
22
23
impl PartialEq for KVPair {
Callers
nothing calls this directly
Calls
1
clone
Method · 0.80
Tested by
no test coverage detected