MCPcopy
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
35function send(args) {
36 process.stdout.write(createSequences(JSON.stringify(['call', 'CocPopupCallback', args])))
37}
38
39process.stdin.on('keypress', (e, key) => {
40 if (key) {

Callers 1

prompt.jsFile · 0.85

Calls 1

createSequencesFunction · 0.85

Tested by

no test coverage detected