MCPcopy Create free account
hub / github.com/codeaashu/claude-code / registerDecoration

Method registerDecoration

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

Source from the content-addressed store, hash-verified

6070 this._checkProposedApi(), this._core.deregisterCharacterJoiner(e3);
6071 }
6072 registerMarker(e3 = 0) {
6073 return this._verifyIntegers(e3), this._core.registerMarker(e3);
6074 }
6075 registerDecoration(e3) {
6076 return this._checkProposedApi(), this._verifyPositiveIntegers(e3.x ?? 0, e3.width ?? 0, e3.height ?? 0), this._core.registerDecoration(e3);
6077 }

Callers

nothing calls this directly

Calls 3

_checkProposedApiMethod · 0.95
registerDecorationMethod · 0.45

Tested by

no test coverage detected