git_hashsig_compare

Measure similarity score between two similarity signatures

package extern (C) nothrow @nogc
int
git_hashsig_compare
(
const(.git_hashsig)* a
,
const(.git_hashsig)* b
)

Parameters

a const(.git_hashsig)*

The first similarity signature to compare.

b const(.git_hashsig)*

The second similarity signature to compare.

Return Value

Type: int

[0 to 100] on success as the similarity score, or error code.

Meta