Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ ComputeFileSha1
Method
ComputeFileSha1
util/checksum.go:13–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
12
type
Sha1Checksum
interface
{
13
ComputeFileSha1() ([]byte, error)
14
CheckSha1(string) bool
15
SetFilePath(string)
16
}
Callers
4
Execute
Method · 0.95
Init
Method · 0.65
checksum_test.go
File · 0.65
CalculateSHA1
Method · 0.65
Implementers
3
FakeSha1Checksum
cf/util/utilfakes/fake_sha1checksum.go
sha1Checksum
util/checksum.go
FakeSha1Checksum
util/utilfakes/fake_sha1checksum.go
Calls
no outgoing calls
Tested by
no test coverage detected