MCPcopy Create free account
hub / github.com/angular/dev-infra /

Class

ng-dev/utils/g3-sync-config.ts:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35/** Error class used when the Google Sync configuration is invalid. */
36export class InvalidGoogleSyncConfigError extends Error {}
37
38/** Transforms the given sync configuration into a file match function. */
39export function transformConfigIntoMatcher(config: GoogleSyncConfig): {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected