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

Function assertCursorRowsAndCols

test/parallel/test-readline-interface.js:65–69  ·  view source on GitHub ↗
(rli, rows, cols)

Source from the content-addressed store, hash-verified

63}
64
65function assertCursorRowsAndCols(rli, rows, cols) {
66 const cursorPos = rli.getCursorPos();
67 assert.strictEqual(cursorPos.rows, rows);
68 assert.strictEqual(cursorPos.cols, cols);
69}
70
71{
72 const input = new FakeInput();

Callers 1

Calls 1

getCursorPosMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…