MCPcopy
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
12type Sha1Checksum interface {
13 ComputeFileSha1() ([]byte, error)
14 CheckSha1(string) bool
15 SetFilePath(string)
16}

Callers 4

ExecuteMethod · 0.95
InitMethod · 0.65
checksum_test.goFile · 0.65
CalculateSHA1Method · 0.65

Implementers 3

FakeSha1Checksumcf/util/utilfakes/fake_sha1checksum.go
sha1Checksumutil/checksum.go
FakeSha1Checksumutil/utilfakes/fake_sha1checksum.go

Calls

no outgoing calls

Tested by

no test coverage detected