MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / toPythonSafePath

Function toPythonSafePath

src/platform/common/utils/encoder.ts:4–6  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

2// Licensed under the MIT License.
3
4export function toPythonSafePath(filePath: string): string {
5 return `r"${filePath}"`;
6}

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected