MCPcopy Create free account
hub / github.com/angular/angular / info

Method info

vscode-ng-language-service/server/src/logger.ts:111–113  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

109 }
110
111 info(s: string) {
112 this.msg(s, ts.server.Msg.Info);
113 }
114
115 startGroup() {
116 this.inGroup = true;

Callers

nothing calls this directly

Calls 1

msgMethod · 0.95

Tested by

no test coverage detected