MCPcopy Index your code
hub / github.com/REditorSupport/vscode-R / sessionDirectoryExists

Function sessionDirectoryExists

src/session.ts:129–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127}
128
129export function sessionDirectoryExists(): boolean {
130 return (fs.existsSync(sessionDir));
131}
132
133export function removeSessionFiles(): void {
134 console.info('[removeSessionFiles] ', sessionDir);

Callers 2

launchAddinPickerFunction · 0.90
removeSessionFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected