Skip to main content

OpId

Type Alias OpId 

Source
pub type OpId = String;
Expand description

Identity of an operation. (kind, payload, parents) SHA-256 in lowercase hex (64 chars). Two operations with identical payloads and parent sets produce identical OpIds; the store dedupes on this.

Aliased Typeยง

pub struct OpId { /* private fields */ }