MCPcopy Create free account
hub / github.com/Azure/peerd / ParseDigest

Method ParseDigest

pkg/urlparser/parser.go:14–14  ·  view source on GitHub ↗

ParseDigest parses the digest from the given URL. If none found, implementations should return an error.

(url string)

Source from the content-addressed store, hash-verified

12 // ParseDigest parses the digest from the given URL.
13 // If none found, implementations should return an error.
14 ParseDigest(url string) (digest.Digest, error)
15}
16
17type parser struct{}

Callers 2

KeyMethod · 0.65
TestParserFunction · 0.65

Implementers 1

parserpkg/urlparser/parser.go

Calls

no outgoing calls

Tested by 1

TestParserFunction · 0.52