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

Function toArray

scripts/compare-main-to-patch.js:55–57  ·  view source on GitHub ↗
(rawGitCommandOutput)

Source from the content-addressed store, hash-verified

53}
54
55function toArray(rawGitCommandOutput) {
56 return rawGitCommandOutput.trim().split('\n');
57}
58
59function maybeExtractReleaseVersion(commit) {
60 const versionRegex = /release: cut the (.*?) release/;

Callers 7

xhr_spec.tsFile · 0.85
client_spec.tsFile · 0.85
fetch_spec.tsFile · 0.85
jsonp_spec.tsFile · 0.85
collectCommitsAsMapFunction · 0.85
mainFunction · 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…