Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ showPreview
Function
showPreview
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
2
constructor
Method · 0.85
setupPreview
Function · 0.85
Calls
3
showCompletionPreview
Function · 0.85
isCursorAtInputEnd
Function · 0.85
getInputPreview
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…