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

Function getRemoteIPynbSuffix

src/notebooks/export/exportBase.web.ts:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25import { DataScience } from '../../platform/common/utils/localize';
26
27function getRemoteIPynbSuffix(): string {
28 return `${jvscIdentifier}${generateUuid()}`;
29}
30
31function generateBackingIPyNbFileName(resource: Resource) {
32 // Generate a more descriptive name

Callers 1

Calls 1

generateUuidFunction · 0.90

Tested by

no test coverage detected