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

Method allFiles

ng-dev/utils/git/git-client.ts:218–220  ·  view source on GitHub ↗

Retrieve a list of all files tracked in the repository.

()

Source from the content-addressed store, hash-verified

216
217 /** Retrieve a list of all files tracked in the repository. */
218 allFiles(): string[] {
219 return gitOutputAsArray(this.runGraceful(['ls-files']));
220 }
221
222 /**
223 * Sanitizes the given console message. This method can be overridden by

Callers 2

verifyFunction · 0.80
handlerFunction · 0.80

Calls 2

runGracefulMethod · 0.95
gitOutputAsArrayFunction · 0.85

Tested by

no test coverage detected