MCPcopy Index your code
hub / github.com/angular/angular / delete

Method delete

vscode-ng-language-service/server/src/utils.ts:165–167  ·  view source on GitHub ↗
(item: string)

Source from the content-addressed store, hash-verified

163 }
164
165 delete(item: string) {
166 this.set.delete(item);
167 }
168
169 /**
170 * Returns all items sorted by most recently used.

Callers 8

watchFileMethod · 0.45
watchDirectoryMethod · 0.45
updateMethod · 0.45
utils_spec.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected