Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Acode-Foundation/Acode
/ destroy
Method
destroy
src/cm/lsp/inlayHints.ts:268–270 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
266
}
267
268
destroy(): void {
269
if
(this.timer) clearTimeout(this.timer);
270
}
271
},
272
{ decorations: (v) => v.decorations },
273
);
Callers
1
installServer
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected