pub fn semantic_commit_fingerprint(
namespace_id: &NamespaceId,
message: Option<&str>,
operations: &[FilesystemOperation],
) -> Result<String, SemanticFingerprintError>Expand description
The semantic identity of one mutation request: what a reused commit id is compared against.
A one-operation convenience call and a one-element batch are the same request, so they reach this function with the same shape and fingerprint identically; there is no separate single-operation form to keep in step.