Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
16
func
CheckHash(inputHash string, expectedHash string) bool {
17
return
inputHash == GetShortHash(expectedHash)
18
}
Callers
1
getStreamRoute
Function · 0.92
Calls
1
GetShortHash
Function · 0.85
Tested by
no test coverage detected