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

Method onKey

src/server/web/public/terminal.js:5967–5969  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5965 return this._core.onCursorMove;
5966 }
5967 get onData() {
5968 return this._core.onData;
5969 }
5970 get onKey() {
5971 return this._core.onKey;
5972 }

Callers 1

constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected