MCPcopy
hub / github.com/angular/angular / getFileSystem

Function getFileSystem

packages/compiler-cli/src/ngtsc/file_system/src/helpers.ts:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14let fs: FileSystem = new InvalidFileSystem();
15export function getFileSystem(): FileSystem {
16 return fs;
17}
18export function setFileSystem(fileSystem: FileSystem) {
19 fs = fileSystem;
20}

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…