Digest returns the Module digest. 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 ModuleDigest is a specific algorithm applied to a set of files and dependencies.
()
| 52 | // type that just deal in terms of files and content. A ModuleDigest is a specific algorithm |
| 53 | // applied to a set of files and dependencies. |
| 54 | Digest() (Digest, error) |
| 55 | |
| 56 | isModuleKey() |
| 57 | } |
no outgoing calls
no test coverage detected