Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
31
function
createSequences(str) {
32
return
'\033]51;'
+ str +
'\x07'
33
}
34
35
function
send(args) {
36
process.stdout.write(createSequences(JSON.stringify([
'call'
,
'CocPopupCallback'
, args])))
Callers
1
send
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected