MCPcopy Create free account
hub / github.com/csimplestring/delta-go / commit

Struct commit

history_manager.go:246–249  ·  view source on GitHub ↗

func (h *historyManager) monotonizeCommitTimestamps(commits []action.CommitMarker) []action.CommitMarker { i := 0 length := len(commits) for i < length-1 { prevTimestamp := commits[i].GetTimestamp() if commits[i].GetVersion() > commits[i+1].GetVersion() { panic("Unordered commits provided.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

Calls

no outgoing calls

Tested by 1