(version, commitInfo)
| 99 | } |
| 100 | |
| 101 | function getCommitInfoAsString(version, commitInfo) { |
| 102 | const formattedVersion = version === initialVersion ? version : `${version}+`; |
| 103 | return `[${formattedVersion}] ${commitInfo}`; |
| 104 | } |
| 105 | |
| 106 | /** |
| 107 | * Returns a list of items present in `mapA`, but *not* present in `mapB`. |
no outgoing calls
no test coverage detected
searching dependent graphs…