MCPcopy Index your code
hub / github.com/angular/angular / getCommitInfoAsString

Function getCommitInfoAsString

scripts/compare-main-to-patch.js:101–104  ·  view source on GitHub ↗
(version, commitInfo)

Source from the content-addressed store, hash-verified

99}
100
101function 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`.

Callers 2

diffFunction · 0.85
listFeaturesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…