MCPcopy Index your code
hub / github.com/anomalyco/opencode / activate

Method activate

packages/app/src/addons/serialize.ts:511–513  ·  view source on GitHub ↗

* Activate the addon (called by Terminal.loadAddon)

(terminal: ITerminalCore)

Source from the content-addressed store, hash-verified

509 * Activate the addon (called by Terminal.loadAddon)
510 */
511 public activate(terminal: ITerminalCore): void {
512 this._terminal = terminal
513 }
514
515 /**
516 * Dispose the addon and clean up resources

Callers 9

runtime.test.tsFile · 0.80
flipFunction · 0.80
createTuiPluginApiFunction · 0.80
attention.test.tsFile · 0.80
activateFunction · 0.80
pty.tsFile · 0.80
LegacyLayoutFunction · 0.80
pty.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected