Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/REditorSupport/vscode-R
/ isQuote
Function
isQuote
src/lineCache.ts:41–43 ·
view source on GitHub ↗
(c: string)
Source
from the content-addressed store, hash-verified
39
}
40
41
function
isQuote(c: string) {
42
return
c ===
'"'
|| c ===
'\'
' || c === '
`';
43
}
44
45
function
isComment(c: string) {
46
return
c ===
'#'
;
Callers
1
cleanLine
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected