MCPcopy Create free account
hub / github.com/angular/dev-infra / convertReferenceChainToString

Function convertReferenceChainToString

ng-dev/ts-circular-dependencies/index.ts:187–189  ·  view source on GitHub ↗

Converts the given reference chain to its string representation.

(chain: ReferenceChain<string>)

Source from the content-addressed store, hash-verified

185
186/** Converts the given reference chain to its string representation. */
187function convertReferenceChainToString(chain: ReferenceChain<string>) {
188 return chain.join(' → ');
189}

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected