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

Method isFile

adev/shared-docs/utils/filesystem.utils.ts:14–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12interface DirEnt<T> {
13 name: T;
14 isFile(): boolean;
15 isDirectory(): boolean;
16}
17

Callers 1

checkFilesInDirectoryFunction · 0.65

Implementers 1

MockFileStatspackages/compiler-cli/src/ngtsc/file_s

Calls

no outgoing calls

Tested by

no test coverage detected