MCPcopy
hub / github.com/angular/angular / setFileSystem

Function setFileSystem

packages/compiler-cli/src/ngtsc/file_system/src/helpers.ts:18–20  ·  view source on GitHub ↗
(fileSystem: FileSystem)

Source from the content-addressed store, hash-verified

16 return fs;
17}
18export function setFileSystem(fileSystem: FileSystem) {
19 fs = fileSystem;
20}
21
22/**
23 * Convert the path `path` to an `AbsoluteFsPath`, throwing an error if it's not an absolute path.

Callers 15

runInNativeFileSystemFunction · 0.90
main_spec.tsFile · 0.90
createBaseProgramInfoFunction · 0.90
runMigrationInDevkitFunction · 0.90
index.tsFile · 0.90
setupFunction · 0.90
constructorMethod · 0.90
helpers_spec.tsFile · 0.90
runInFileSystemFunction · 0.90
initMockFileSystemFunction · 0.90
runNgcComamndFunction · 0.90
ng_xi18n.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…