MCPcopy Index your code
hub / github.com/angular/angular-cli / glob

Method glob

packages/angular/cli/src/commands/mcp/host.ts:71–71  ·  view source on GitHub ↗

* Finds files matching a glob pattern. * @param pattern The glob pattern. * @param options Options for the glob search. * @returns An async iterable of file entries.

(
    pattern: string,
    options: { cwd: string },
  )

Source from the content-addressed store, hash-verified

69 * @returns An async iterable of file entries.
70 */
71 glob(
72 pattern: string,
73 options: { cwd: string },
74 ): AsyncIterable<{ name: string; parentPath: string; isFile(): boolean }>;

Callers 3

globFunction · 0.80
searchForGlobalZonelessFunction · 0.80

Implementers 1

MockHostpackages/angular/cli/src/commands/mcp/

Calls

no outgoing calls

Tested by

no test coverage detected