MCPcopy 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
45function isComment(c: string) {
46 return c === '#';
47}
48
49export function cleanLine(text: string): string {
50 let cleaned = '';

Callers 1

cleanLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected