MCPcopy Create free account
hub / github.com/Fullstop000/wickdb / LookupKey

Class LookupKey

src/db/format.rs:222–225  ·  view source on GitHub ↗

A `LookupKey` represents a 'Get' request from the user by the give key with a specific sequence number to perform a MVCC style query. The format of a `LookupKey`: ```text +---------------------------------+ | varint32 of internal key length | +---------------------------------+ --------------- user key start | user key bytes | +---------------------------------+ internal key

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected