Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepnote/vscode-deepnote
/ setCI
Function
setCI
src/platform/common/constants.ts:51–53 ·
view source on GitHub ↗
(enabled: boolean)
Source
from the content-addressed store, hash-verified
49
50
export
let
isCI = false;
51
export
function
setCI(enabled: boolean) {
52
isCI = enabled;
53
}
54
55
let
_isTestExecution = false;
56
export
function
isTestExecution(): boolean {
Callers
2
constants.node.ts
File · 0.90
index.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected