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

Method readdir

adev/shared-docs/utils/filesystem.utils.ts:19–19  ·  view source on GitHub ↗
(
    path: string,
    options: {
      encoding?:
        | 'ascii'
        | 'utf8'
        | 'utf-8'
        | 'utf16le'
        | 'ucs2'
        | 'ucs-2'
        | 'base64'
        | 'base64url'
        | 'latin1'
        | 'binary'
        | 'hex'
        | null;
      withFileTypes: true;
    },
  )

Source from the content-addressed store, hash-verified

17
18interface FileSystemAPI {
19 readdir(
20 path: string,
21 options: {
22 encoding?:

Callers 2

checkFilesInDirectoryFunction · 0.65

Implementers 5

FakeFileSystemAPIadev/shared-docs/testing/testing-helpe
DevkitMigrationFilesystempackages/core/schematics/utils/tsurge/
LSParseConfigHostpackages/language-service/src/adapters
NodeJSReadonlyFileSystempackages/compiler-cli/src/ngtsc/file_s
InvalidFileSystempackages/compiler-cli/src/ngtsc/file_s

Calls

no outgoing calls

Tested by

no test coverage detected