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

Function isNotebookPerfTestWithoutJupyter

src/test/standardTest.node.ts:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61}
62
63function isNotebookPerfTestWithoutJupyter() {
64 return process.env.VSC_JUPYTER_CI_TEST_GREP === '@notebookPerformance';
65}
66
67const channel = (process.env.VSC_JUPYTER_CI_TEST_VSC_CHANNEL || '').toLowerCase().includes('stable')
68 ? 'stable'

Callers 2

installPythonExtensionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected