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

Function createTemporaryFile

src/test/common.ts:240–245  ·  view source on GitHub ↗
(options: {
    contents?: string;
    extension: string;
})

Source from the content-addressed store, hash-verified

238}
239
240export async function createTemporaryFile(options: {
241 contents?: string;
242 extension: string;
243}): Promise<{ file: Uri } & IDisposable> {
244 return API.createTemporaryFile(options);
245}
246
247export async function startJupyterServer(options?: {
248 token?: string;

Calls

no outgoing calls

Tested by

no test coverage detected