MCPcopy Index your code
hub / github.com/dnote/dnote / maxInt64

Function maxInt64

pkg/cli/cmd/sync/merge.go:101–107  ·  view source on GitHub ↗
(a, b int64)

Source from the content-addressed store, hash-verified

99}
100
101func maxInt64(a, b int64) int64 {
102 if a > b {
103 return a
104 }
105
106 return b
107}
108
109func reportBookConflict(tx *database.DB, body, localBookUUID, serverBookUUID string) (string, error) {
110 var builder strings.Builder

Callers 1

mergeNoteFieldsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected