*** PRIVATE ***
| 114 | // *** PRIVATE *** |
| 115 | |
| 116 | type moduleKey struct { |
| 117 | moduleFullName bufparse.FullName |
| 118 | commitID uuid.UUID |
| 119 | |
| 120 | getDigest func() (Digest, error) |
| 121 | } |
| 122 | |
| 123 | func newModuleKey( |
| 124 | moduleFullName bufparse.FullName, |
nothing calls this directly
no outgoing calls
no test coverage detected