Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/REditorSupport/vscode-R
/ isQuote
Function
isQuote
src/selection.ts:112–114 ·
view source on GitHub ↗
(c: string)
Source
from the content-addressed store, hash-verified
110
}
111
112
function
isQuote(c: string) {
113
return
c ===
'"'
|| c ===
'\'
' || c === '
`';
114
}
115
116
/**
117
* From a given position,
return
the
'next'
character, its position in the document,
Callers
1
extendSelection
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected