MCPcopy Create free account
hub / github.com/RioArisk/claudecode_api_RemoteControl / sendControlEnter

Function sendControlEnter

app/src/modules/input.js:136–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134}
135
136export function sendControlEnter() {
137 sendControlInput('\r');
138}
139
140export function sendControlLine(text, { startDelayMs = 0, submitDelayMs = 120 } = {}) {
141 setTimeout(() => {

Callers 1

sendControlLineFunction · 0.70

Calls 1

sendControlInputFunction · 0.70

Tested by

no test coverage detected