MCPcopy
hub / github.com/neoclide/coc.nvim / createSequences

Function createSequences

bin/prompt.js:31–33  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

29}
30
31function createSequences(str) {
32 return '\033]51;' + str + '\x07'
33}
34
35function send(args) {
36 process.stdout.write(createSequences(JSON.stringify(['call', 'CocPopupCallback', args])))

Callers 1

sendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected