MCPcopy
hub / github.com/angular/angular-cli / warn

Function warn

packages/schematics/angular/utility/dependency_spec.ts:43–45  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

41 },
42 logger: {
43 warn(message: string): void {
44 logs.push({ type: 'warn', message });
45 },
46 },
47 };
48

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected