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

Function isUnitTestExecution

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

Source from the content-addressed store, hash-verified

68 * @returns {boolean}
69 */
70export function isUnitTestExecution(): boolean {
71 return _isUnitTestExecution;
72}
73export function setUnitTestExecution(enabled: boolean) {
74 _isUnitTestExecution = enabled;
75}

Callers 7

setSharedPropertyFunction · 0.90
index.unit.test.tsFile · 0.90
verifySettingFunction · 0.90
isTestExecutionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected