ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Yuya Nishihara 837ac15052 op_store: add resolve_operation_id_prefix() trait method that uses readdir()
The OpStore backends should have a better way to look up operation by id than
traversing from the op heads. The added method is similar to the commit Index
one, but returns an OpStoreResult because the backend operation can fail.

FWIW, if we want .shortest() in the op log template, we'll probably need a
trait method that returns an OpIndex instead.
2024-01-05 23:36:57 +09:00
..
benches
gen-protos
src op_store: add resolve_operation_id_prefix() trait method that uses readdir() 2024-01-05 23:36:57 +09:00
tests object_id: make ObjectId constructors non-trait methods 2024-01-05 23:36:57 +09:00
testutils object_id: extract ObjectId trait and macros to separate module 2024-01-05 10:20:57 +09:00
Cargo.toml lock: remove byteorder dependency from tests, use fs helper functions 2023-12-23 00:14:17 +09:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00