MCPcopy Index your code
hub / github.com/codeaashu/claude-code / loadAddon

Method loadAddon

src/server/web/public/terminal.js:6135–6137  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

6133 this._core.reset();
6134 }
6135 clearTextureAtlas() {
6136 this._core.clearTextureAtlas();
6137 }
6138 loadAddon(e3) {
6139 this._addonManager.loadAddon(this, e3);
6140 }

Callers

nothing calls this directly

Calls 1

loadAddonMethod · 0.45

Tested by

no test coverage detected