MCPcopy 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

4let quitting = false
5
6export function setQuitting(value: boolean) {
7 quitting = value
8}
9
10export function isQuitting() {
11 return quitting

Callers 2

index.tsFile · 0.90
installDownloadedUpdateFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected