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

Function symlinkFile

tests/e2e/utils/fs.ts:28–30  ·  view source on GitHub ↗
(from: string, to: string, type?: string)

Source from the content-addressed store, hash-verified

26}
27
28export function symlinkFile(from: string, to: string, type?: string): Promise<void> {
29 return fs.symlink(from, to, type);
30}
31
32export function createDir(path: string): Promise<string | undefined> {
33 return fs.mkdir(path, { recursive: true });

Callers 1

base.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected