Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/massCodeIO/massCode
/ setQuitting
Function
setQuitting
src/main/quitState.ts:6–8 ·
view source on GitHub ↗
(value: boolean)
Source
from the content-addressed store, hash-verified
4
let
quitting = false
5
6
export
function
setQuitting(value: boolean) {
7
quitting = value
8
}
9
10
export
function
isQuitting() {
11
return
quitting
Callers
2
index.ts
File · 0.90
installDownloadedUpdate
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected