MCPcopy
hub / github.com/EverythingSuckz/TG-FileStreamBot / CheckHash

Function CheckHash

internal/utils/hashing.go:16–18  ·  view source on GitHub ↗
(inputHash string, expectedHash string)

Source from the content-addressed store, hash-verified

14}
15
16func CheckHash(inputHash string, expectedHash string) bool {
17 return inputHash == GetShortHash(expectedHash)
18}

Callers 1

getStreamRouteFunction · 0.92

Calls 1

GetShortHashFunction · 0.85

Tested by

no test coverage detected