MCPcopy Index your code
hub / github.com/nodejs/node / triggerEscape

Function triggerEscape

lib/internal/readline/emitKeypressEvents.js:42–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 stream[ESCAPE_DECODER].next();
41
42 const triggerEscape = () => stream[ESCAPE_DECODER].next('');
43 const { escapeCodeTimeout = ESCAPE_CODE_TIMEOUT } = iface;
44 let timeoutId;
45

Callers

nothing calls this directly

Calls 1

nextMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…