Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ clearPreview
Function
clearPreview
lib/internal/repl/utils.js:150–150 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
148
// Simple terminals can't handle previews.
149
if
(process.env.TERM ===
'dumb'
|| !active) {
150
return
{ showPreview() {}, clearPreview() {} };
151
}
152
153
let
inputPreview = null;
Callers
1
constructor
Method · 0.85
Calls
7
getPreviewPos
Function · 0.85
moveCursor
Function · 0.85
clearLine
Function · 0.85
cursorTo
Function · 0.85
clearScreenDown
Function · 0.85
isCursorAtInputEnd
Function · 0.85
getPrompt
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…