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

Function generateUuid

src/platform/common/uuid.ts:70–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68// Delegation wrapper that calls through uuidUtils at runtime
69// This allows test stubs to take effect
70export const generateUuid = (): string => uuidUtils.generateUuid();

Callers 15

startDebuggingMethod · 0.90
onKernelSocketMessageMethod · 0.90
messageHookCallbackMethod · 0.90
createMockOutputFunction · 0.90
getRemoteIPynbSuffixFunction · 0.90
generateTempDirMethod · 0.90
createTemporaryFileFunction · 0.90
generateTokenMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected