Digest returns the Module digest for the given DigestType. Note this is *not* a cas.Digest - this is a Digest. cas.Digests are a lower-level type that just deal in terms of files and content. A Digest is a specific algorithm applied to a set of files and dependencies.
(DigestType)
| 113 | // type that just deal in terms of files and content. A Digest is a specific algorithm |
| 114 | // applied to a set of files and dependencies. |
| 115 | Digest(DigestType) (Digest, error) |
| 116 | |
| 117 | // ModuleDeps returns the dependencies for this specific Module. |
| 118 | // |
no outgoing calls