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

Method mkdir

packages/angular/cli/src/package-managers/host.ts:39–39  ·  view source on GitHub ↗

* Creates a directory. * @param path The path to the directory. * @param options Options for the directory creation. * @returns A promise that resolves when the directory is created.

(path: string, options?: { recursive?: boolean })

Source from the content-addressed store, hash-verified

37 * @returns A promise that resolves when the directory is created.
38 */
39 mkdir(path: string, options?: { recursive?: boolean }): Promise<string | undefined>;
40
41 /**
42 * Gets the stats of a file or directory.

Callers 8

writeMethod · 0.65
buildWebpackBrowserFunction · 0.65
getTemporaryDirectoryMethod · 0.65
writeFileMethod · 0.65
writeFilesMethod · 0.65
createDirFunction · 0.65
completion.tsFile · 0.65

Implementers 1

MockHostpackages/angular/cli/src/package-manag

Calls

no outgoing calls

Tested by

no test coverage detected