Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/REditorSupport/vscode-R
/ isComment
Function
isComment
src/lineCache.ts:45–47 ·
view source on GitHub ↗
(c: string)
Source
from the content-addressed store, hash-verified
43
}
44
45
function
isComment(c: string) {
46
return
c ===
'#'
;
47
}
48
49
export
function
cleanLine(text: string): string {
50
let
cleaned =
''
;
Callers
1
cleanLine
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected