MCPcopy 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
17impl KVPair {
18 pub fn new(key: String, value: String) -> Self {
19 KVPair { key, value }
20 }
21}
22
23impl PartialEq for KVPair {

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.80

Tested by

no test coverage detected