Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/neoclide/coc.nvim
/ send
Function
send
bin/prompt.js:35–37 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
33
}
34
35
function
send(args) {
36
process.stdout.write(createSequences(JSON.stringify([
'call'
,
'CocPopupCallback'
, args])))
37
}
38
39
process.stdin.on(
'keypress'
, (e, key) => {
40
if
(key) {
Callers
1
prompt.js
File · 0.85
Calls
1
createSequences
Function · 0.85
Tested by
no test coverage detected