Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
12
interface
DirEnt<T> {
13
name: T;
14
isFile(): boolean;
15
isDirectory(): boolean;
16
}
17
Callers
1
checkFilesInDirectory
Function · 0.65
Implementers
1
MockFileStats
packages/compiler-cli/src/ngtsc/file_s
Calls
no outgoing calls
Tested by
no test coverage detected