Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepnote/vscode-deepnote
/ delete
Method
delete
src/platform/common/utils/map.ts:315–317 ·
view source on GitHub ↗
(key: K)
Source
from the content-addressed store, hash-verified
313
}
314
315
delete(key: K): boolean {
316
return
!!this.remove(key);
317
}
318
319
remove(key: K): V | undefined {
320
const
item = this._map.get(key);
Callers
nothing calls this directly
Calls
1
remove
Method · 0.95
Tested by
no test coverage detected