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

Method close

vscode-ng-language-service/server/src/logger.ts:97–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 }
96
97 close() {
98 if (this.loggingEnabled()) {
99 fs.close(this.fd, noop);
100 }
101 }
102
103 getLogFileName() {
104 return this.logFilename;

Callers 5

set-version.jsFile · 0.45
showInSignalGraphMethod · 0.45
logValueMethod · 0.45
onNoClickMethod · 0.45

Calls 1

loggingEnabledMethod · 0.95

Tested by

no test coverage detected